aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/processor_32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/processor_32.h')
-rw-r--r--include/asm-x86/processor_32.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/include/asm-x86/processor_32.h b/include/asm-x86/processor_32.h
index fa921aa1a93f..84a4c5e47d57 100644
--- a/include/asm-x86/processor_32.h
+++ b/include/asm-x86/processor_32.h
@@ -18,36 +18,12 @@
18#include <linux/init.h> 18#include <linux/init.h>
19#include <asm/desc_defs.h> 19#include <asm/desc_defs.h>
20 20
21/*
22 * capabilities of CPUs
23 */
24extern struct cpuinfo_x86 new_cpu_data;
25extern struct tss_struct doublefault_tss;
26 21
27/* 22/*
28 * the following now lives in the per cpu area: 23 * the following now lives in the per cpu area:
29 * extern int cpu_llc_id[NR_CPUS]; 24 * extern int cpu_llc_id[NR_CPUS];
30 */ 25 */
31DECLARE_PER_CPU(u8, cpu_llc_id); 26DECLARE_PER_CPU(u8, cpu_llc_id);
32extern char ignore_fpu_irq;
33
34void __init cpu_detect(struct cpuinfo_x86 *c);
35
36extern void identify_boot_cpu(void);
37extern void identify_secondary_cpu(struct cpuinfo_x86 *);
38
39#ifdef CONFIG_X86_HT
40extern void detect_ht(struct cpuinfo_x86 *c);
41#else
42static inline void detect_ht(struct cpuinfo_x86 *c) {}
43#endif
44
45/* from system description table in BIOS. Mostly for MCA use, but
46others may find it useful. */
47extern unsigned int machine_id;
48extern unsigned int machine_submodel_id;
49extern unsigned int BIOS_revision;
50extern unsigned int mca_pentium_flag;
51 27
52/* 28/*
53 * User space process size: 3GB (default). 29 * User space process size: 3GB (default).
@@ -277,15 +253,4 @@ static inline void prefetchw(const void *x)
277 "r" (x)); 253 "r" (x));
278} 254}
279 255
280extern void enable_sep_cpu(void);
281extern int sysenter_setup(void);
282
283/* Defined in head.S */
284extern struct desc_ptr early_gdt_descr;
285
286extern void cpu_set_gdt(int);
287extern void switch_to_new_gdt(void);
288extern void cpu_init(void);
289extern void init_gdt(int cpu);
290
291#endif /* __ASM_I386_PROCESSOR_H */ 256#endif /* __ASM_I386_PROCESSOR_H */