]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] x86 microcode: don't check the size
authorShaohua Li <shaohua.li@intel.com>
Wed, 27 Sep 2006 08:50:54 +0000 (01:50 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:18 +0000 (08:26 -0700)
commit69239533f622e3340321a05b69f81f5b00cc2378
treea9b0fbf4c476dcd030c5f1fa828e79ee2f236584
parenta7518d5d29687c8e43738cdbe7d16d12ab9eeac7
[PATCH] 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.

Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Cc: Tigran Aivazian <tigran@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/microcode.c