diff options
author | Glauber de Oliveira Costa <gcosta@redhat.com> | 2008-01-30 07:31:39 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:31:39 -0500 |
commit | 1a53905adddf6cc6d795bd7e988c60a19773f72e (patch) | |
tree | c43a3fadda0a7d35185b283bf05727924c9dccf6 /include/asm-x86/processor_64.h | |
parent | fc87e9061a5635fe1b367dad95498846dd5eda31 (diff) |
x86: move definitions to processor.h
This patch moves definitions that are present in only one of the files
(between processor_32.h and processor_64.h), to processor.h. They're mostly
structures and function definitions.
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/processor_64.h')
-rw-r--r-- | include/asm-x86/processor_64.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-x86/processor_64.h b/include/asm-x86/processor_64.h index 1a258749b7ca..45e382989b33 100644 --- a/include/asm-x86/processor_64.h +++ b/include/asm-x86/processor_64.h | |||
@@ -17,8 +17,6 @@ | |||
17 | #include <linux/personality.h> | 17 | #include <linux/personality.h> |
18 | #include <asm/desc_defs.h> | 18 | #include <asm/desc_defs.h> |
19 | 19 | ||
20 | extern void identify_cpu(struct cpuinfo_x86 *); | ||
21 | |||
22 | /* | 20 | /* |
23 | * User space process size. 47bits minus one guard page. | 21 | * User space process size. 47bits minus one guard page. |
24 | */ | 22 | */ |
@@ -51,10 +49,6 @@ union i387_union { | |||
51 | struct i387_fxsave_struct fxsave; | 49 | struct i387_fxsave_struct fxsave; |
52 | }; | 50 | }; |
53 | 51 | ||
54 | /* Save the original ist values for checking stack pointers during debugging */ | ||
55 | struct orig_ist { | ||
56 | unsigned long ist[7]; | ||
57 | }; | ||
58 | DECLARE_PER_CPU(struct orig_ist, orig_ist); | 52 | DECLARE_PER_CPU(struct orig_ist, orig_ist); |
59 | 53 | ||
60 | #define INIT_THREAD { \ | 54 | #define INIT_THREAD { \ |