summaryrefslogtreecommitdiffstats
path: root/include/asm-i386
diff options
context:
space:
mode:
authorAdrian Bunk2006-03-28 11:56:43 +0200
committerLinus Torvalds2006-03-28 19:16:06 +0200
commitf45e4656ac0609437267b242953c07d523649f8d (patch)
treebd70b8ae51d2a29c435a6567852f32badafb2720 /include/asm-i386
parent[PATCH] Docs update: missing files and descriptions for filesystems/00-INDEX (diff)
downloadkernel-qcow2-linux-f45e4656ac0609437267b242953c07d523649f8d.tar.gz
kernel-qcow2-linux-f45e4656ac0609437267b242953c07d523649f8d.tar.xz
kernel-qcow2-linux-f45e4656ac0609437267b242953c07d523649f8d.zip
[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/asm-i386')
-rw-r--r--include/asm-i386/processor.h2
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 {
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)