projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c3e6f
)
[PATCH] x86_64: Fix MCE exception stack for boot CPU
author
Jan Beulich
<
[email protected]
>
Thu, 19 Jan 2006 01:42:21 +0000
(17:42 -0800)
committer
Linus Torvalds
<
[email protected]
>
Thu, 19 Jan 2006 03:20:16 +0000
(19:20 -0800)
Fix a typo/mis-merge in one of the previous patches.
Signed-off-by: Jan Beulich <
[email protected]
>
Signed-off-by: Andi Kleen <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/x86_64/kernel/setup64.c
patch
|
blob
|
history
diff --git
a/arch/x86_64/kernel/setup64.c
b/arch/x86_64/kernel/setup64.c
index 8ac4db09610afd501d16db48131229d20863b950..70f1bb808a20e85a98931a2136345228a738e490 100644
(file)
--- a/
arch/x86_64/kernel/setup64.c
+++ b/
arch/x86_64/kernel/setup64.c
@@
-146,7
+146,7
@@
void pda_init(int cpu)
pda->irqstackptr += IRQSTACKSIZE-64;
}
-char boot_exception_stacks[(N_EXCEPTION_STACKS -
2
) * EXCEPTION_STKSZ + DEBUG_STKSZ]
+char boot_exception_stacks[(N_EXCEPTION_STACKS -
1
) * EXCEPTION_STKSZ + DEBUG_STKSZ]
__attribute__((section(".bss.page_aligned")));
/* May not be marked __init: used by software suspend */