- for argument was pushed to the stack, but printk use only three of
them.
Signed-off-by: Dmitry Monakhov <[email protected]>
---
arch/i386/kernel/head.S | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/arch/i386/kernel/head.S b/arch/i386/kernel/head.S
index 7c52b22..9bcd106 100644
--- a/arch/i386/kernel/head.S
+++ b/arch/i386/kernel/head.S
@@ -481,10 +481,9 @@ ignore_int:
cmpl $2,early_recursion_flag
je hlt_loop
incl early_recursion_flag
- pushl 16(%esp)
- pushl 24(%esp)
- pushl 32(%esp)
- pushl 40(%esp)
+ pushl 20(%esp)
+ pushl 28(%esp)
+ pushl 36(%esp)
pushl $int_msg
#ifdef CONFIG_EARLY_PRINTK
call early_printk
--
1.5.2.2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]