lkml.org 
[lkml]   [2007]   [Jul]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 2/2] x86: ignore_int cleanup
- for argument was pushed to the stack, but printk use only three of
them.

Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
---
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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-07-22 14:53    [W:0.022 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site