]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86 microcode: don't check the size
authorShaohua Li <shaohua.li@intel.com>
Mon, 23 Apr 2007 23:25:26 +0000 (01:25 +0200)
committerAdrian Bunk <bunk@stusta.de>
Mon, 23 Apr 2007 23:25:26 +0000 (01:25 +0200)
commitfe1a5ddff7186192f9c6316798a85b3095696ea6
tree8a69a4ea6a81ca6c5fd6d2ce8a3597f82001d59f
parent7a715c633b9188def897f019f1969e4352925f43
x86 microcode: don't check the size

IA32 manual says if micorcode update's size is 0, then the size is
default size (2048 bytes). But this doesn't suggest all microcode
update's size should be above 2048 bytes to me. We actually had a
microcode update whose size is 1024 bytes. The patch just removed the
check.

Backported by Daniel Drake.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
arch/i386/kernel/microcode.c