diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-28 04:56:43 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-28 12:16:06 -0500 |
commit | f45e4656ac0609437267b242953c07d523649f8d (patch) | |
tree | bd70b8ae51d2a29c435a6567852f32badafb2720 /include | |
parent | 50fc9999ec27ad66ce6db31ebb03759f77962bc1 (diff) |
[PATCH] arch/i386/kernel/microcode.c: remove the obsolete microcode_ioctl
Nowadays, even Debian stable ships a microcode_ctl utility recent enough to no
longer use this ioctl.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Tigran Aivazian <tigran_aivazian@symantec.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-i386/processor.h | 2 | ||||
-rw-r--r-- | include/asm-x86_64/processor.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-i386/processor.h b/include/asm-i386/processor.h index af4bfd012475..805f0dcda468 100644 --- a/include/asm-i386/processor.h +++ b/include/asm-i386/processor.h | |||
@@ -621,8 +621,6 @@ struct extended_sigtable { | |||
621 | unsigned int reserved[3]; | 621 | unsigned int reserved[3]; |
622 | struct extended_signature sigs[0]; | 622 | struct extended_signature sigs[0]; |
623 | }; | 623 | }; |
624 | /* '6' because it used to be for P6 only (but now covers Pentium 4 as well) */ | ||
625 | #define MICROCODE_IOCFREE _IO('6',0) | ||
626 | 624 | ||
627 | /* REP NOP (PAUSE) is a good thing to insert into busy-wait loops. */ | 625 | /* REP NOP (PAUSE) is a good thing to insert into busy-wait loops. */ |
628 | static inline void rep_nop(void) | 626 | static inline void rep_nop(void) |
diff --git a/include/asm-x86_64/processor.h b/include/asm-x86_64/processor.h index 1aa2cee43344..37a3ec433ee5 100644 --- a/include/asm-x86_64/processor.h +++ b/include/asm-x86_64/processor.h | |||
@@ -358,9 +358,6 @@ struct extended_sigtable { | |||
358 | struct extended_signature sigs[0]; | 358 | struct extended_signature sigs[0]; |
359 | }; | 359 | }; |
360 | 360 | ||
361 | /* '6' because it used to be for P6 only (but now covers Pentium 4 as well) */ | ||
362 | #define MICROCODE_IOCFREE _IO('6',0) | ||
363 | |||
364 | 361 | ||
365 | #define ASM_NOP1 K8_NOP1 | 362 | #define ASM_NOP1 K8_NOP1 |
366 | #define ASM_NOP2 K8_NOP2 | 363 | #define ASM_NOP2 K8_NOP2 |