x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / arch / x86 / include / asm / proto.h
blob9b9b30b1944187c8c3de3ed5c4ef1d82ea7c422d
1 #ifndef _ASM_X86_PROTO_H
2 #define _ASM_X86_PROTO_H
4 #include <asm/ldt.h>
6 /* misc architecture specific prototypes */
8 void syscall_init(void);
10 #ifdef CONFIG_X86_64
11 void entry_SYSCALL_64(void);
12 #endif
14 #ifdef CONFIG_X86_32
15 void entry_INT80_32(void);
16 void entry_SYSENTER_32(void);
17 void __begin_SYSENTER_singlestep_region(void);
18 void __end_SYSENTER_singlestep_region(void);
19 #endif
21 #ifdef CONFIG_IA32_EMULATION
22 void entry_SYSENTER_compat(void);
23 void __end_entry_SYSENTER_compat(void);
24 void entry_SYSCALL_compat(void);
25 void entry_INT80_compat(void);
26 #endif
28 void x86_configure_nx(void);
29 void x86_report_nx(void);
31 extern int reboot_force;
33 long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
35 #endif /* _ASM_X86_PROTO_H */