diff options
Diffstat (limited to 'include/asm-i386')
-rw-r--r-- | include/asm-i386/processor.h | 2 |
1 files changed, 0 insertions, 2 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) |