From: Shaohua Li Date: Wed, 27 Sep 2006 08:50:54 +0000 (-0700) Subject: [PATCH] x86 microcode: don't check the size X-Git-Tag: v2.6.19-rc1~918 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd8e39f9e4c0960541c8c69e1f7cb321574d7c90;p=pandora-kernel.git [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 Cc: Tigran Aivazian Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed