aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/system_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/system_32.h')
-rw-r--r--include/asm-x86/system_32.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm-x86/system_32.h b/include/asm-x86/system_32.h
deleted file mode 100644
index 83af46443bd0..000000000000
--- a/include/asm-x86/system_32.h
+++ /dev/null
@@ -1,15 +0,0 @@
1#ifndef __ASM_SYSTEM_H
2#define __ASM_SYSTEM_H
3
4#include <asm/segment.h>
5#include <asm/cpufeature.h>
6#include <asm/cmpxchg.h>
7
8#include <linux/irqflags.h>
9
10/*
11 * disable hlt during certain critical i/o operations
12 */
13#define HAVE_DISABLE_HLT
14
15#endif