aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86_64/pda.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86_64/pda.h b/include/asm-x86_64/pda.h
index 55e21da96e7a..e2b23e337b94 100644
--- a/include/asm-x86_64/pda.h
+++ b/include/asm-x86_64/pda.h
@@ -13,9 +13,6 @@ struct x8664_pda {
13 unsigned long data_offset; /* Per cpu data offset from linker address */ 13 unsigned long data_offset; /* Per cpu data offset from linker address */
14 unsigned long kernelstack; /* top of kernel stack for current */ 14 unsigned long kernelstack; /* top of kernel stack for current */
15 unsigned long oldrsp; /* user rsp for system call */ 15 unsigned long oldrsp; /* user rsp for system call */
16#if DEBUG_STKSZ > EXCEPTION_STKSZ
17 unsigned long debugstack; /* #DB/#BP stack. */
18#endif
19 int irqcount; /* Irq nesting counter. Starts with -1 */ 16 int irqcount; /* Irq nesting counter. Starts with -1 */
20 int cpunumber; /* Logical CPU number */ 17 int cpunumber; /* Logical CPU number */
21 char *irqstackptr; /* top of irqstack */ 18 char *irqstackptr; /* top of irqstack */