]> bbs.cooldavid.org Git - net-next-2.6.git/commit
x86: microcode_amd: remove (wrong) chipset deivce ID checks
authorAndreas Herrmann <andreas.herrmann3@amd.com>
Tue, 16 Dec 2008 18:20:21 +0000 (19:20 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 16 Dec 2008 18:58:06 +0000 (19:58 +0100)
commit98415301ea2dd389539ab429bcfa9da07219eabc
tree797e3cb0e8d86313aa1b1346da4e5129f3c27441
parent6cc9b6d94b6fee23b0671970f67d297fa76b68b3
x86: microcode_amd: remove (wrong) chipset deivce ID checks

Impact: remove dead/incorrect code

Currently there is no chipset specific ucode. The checks are incorrect
anyway (e.g. pci device IDs are 16 bit and not 8 bit).

Thus I remove the stuff for the time being and will reintroduce it if
it's foreseeable that it is really needed.

Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/microcode_amd.c