aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/processor_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/processor_64.h')
-rw-r--r--include/asm-x86/processor_64.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-x86/processor_64.h b/include/asm-x86/processor_64.h
index 1a258749b7c..45e382989b3 100644
--- a/include/asm-x86/processor_64.h
+++ b/include/asm-x86/processor_64.h
@@ -17,8 +17,6 @@
#include <linux/personality.h>
#include <asm/desc_defs.h>
-extern void identify_cpu(struct cpuinfo_x86 *);
-
/*
* User space process size. 47bits minus one guard page.
*/
@@ -51,10 +49,6 @@ union i387_union {
struct i387_fxsave_struct fxsave;
};
-/* Save the original ist values for checking stack pointers during debugging */
-struct orig_ist {
- unsigned long ist[7];
-};
DECLARE_PER_CPU(struct orig_ist, orig_ist);
#define INIT_THREAD { \