Skip to content

Commit

Permalink
[PATCH] x86 microcode: microcode driver cleanup.
Browse files Browse the repository at this point in the history
Clean up microcode update driver and make it more readable.

[akpm@osdl.org: cleanups]
Signed-off-by: Shaohua Li <shaohua.li@intel.com>
Acked-by: Tigran Aivazian <tigran@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Shaohua Li authored and Linus Torvalds committed Sep 27, 2006
1 parent 36b756f commit 9a3110b
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 258 deletions.
5 changes: 5 additions & 0 deletions arch/i386/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@ config MICROCODE
To compile this driver as a module, choose M here: the
module will be called microcode.

config MICROCODE_OLD_INTERFACE
bool
depends on MICROCODE
default y

config X86_MSR
tristate "/dev/cpu/*/msr - Model-specific register support"
help
Expand Down
Loading

0 comments on commit 9a3110b

Please sign in to comment.