diff options
Diffstat (limited to 'arch/x86/kernel/cpu/common.c')
| -rw-r--r-- | arch/x86/kernel/cpu/common.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 4b01b71415f5..8243f198fb7f 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c | |||
| @@ -1549,12 +1549,6 @@ void syscall_init(void) | |||
| 1549 | X86_EFLAGS_IOPL|X86_EFLAGS_AC|X86_EFLAGS_NT); | 1549 | X86_EFLAGS_IOPL|X86_EFLAGS_AC|X86_EFLAGS_NT); |
| 1550 | } | 1550 | } |
| 1551 | 1551 | ||
| 1552 | /* | ||
| 1553 | * Copies of the original ist values from the tss are only accessed during | ||
| 1554 | * debugging, no special alignment required. | ||
| 1555 | */ | ||
| 1556 | DEFINE_PER_CPU(struct orig_ist, orig_ist); | ||
| 1557 | |||
| 1558 | static DEFINE_PER_CPU(unsigned long, debug_stack_addr); | 1552 | static DEFINE_PER_CPU(unsigned long, debug_stack_addr); |
| 1559 | DEFINE_PER_CPU(int, debug_stack_usage); | 1553 | DEFINE_PER_CPU(int, debug_stack_usage); |
| 1560 | 1554 | ||
