diff options
Diffstat (limited to 'arch/x86_64/kernel/asm-offsets.c')
-rw-r--r-- | arch/x86_64/kernel/asm-offsets.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86_64/kernel/asm-offsets.c b/arch/x86_64/kernel/asm-offsets.c index aaa6d3833517..00a08d13230a 100644 --- a/arch/x86_64/kernel/asm-offsets.c +++ b/arch/x86_64/kernel/asm-offsets.c | |||
@@ -64,5 +64,9 @@ int main(void) | |||
64 | DEFINE(pbe_address, offsetof(struct pbe, address)); | 64 | DEFINE(pbe_address, offsetof(struct pbe, address)); |
65 | DEFINE(pbe_orig_address, offsetof(struct pbe, orig_address)); | 65 | DEFINE(pbe_orig_address, offsetof(struct pbe, orig_address)); |
66 | DEFINE(pbe_next, offsetof(struct pbe, next)); | 66 | DEFINE(pbe_next, offsetof(struct pbe, next)); |
67 | BLANK(); | ||
68 | #if DEBUG_STKSZ > EXCEPTION_STKSZ | ||
69 | DEFINE(DEBUG_IST, DEBUG_STACK); | ||
70 | #endif | ||
67 | return 0; | 71 | return 0; |
68 | } | 72 | } |