]> err.no Git - linux-2.6/blobdiff - include/asm-i386/processor.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
[linux-2.6] / include / asm-i386 / processor.h
index af4bfd012475ced0edb62d553a1691872b5dbc9c..805f0dcda468d3d720b2e836d506870b0657d0ee 100644 (file)
@@ -621,8 +621,6 @@ struct extended_sigtable {
        unsigned int reserved[3];
        struct extended_signature sigs[0];
 };
-/* '6' because it used to be for P6 only (but now covers Pentium 4 as well) */
-#define MICROCODE_IOCFREE      _IO('6',0)
 
 /* REP NOP (PAUSE) is a good thing to insert into busy-wait loops. */
 static inline void rep_nop(void)