Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
|
inline
| side by side
[PATCH] clean up kernel messages
[linux-2.6.git]
/
arch
/
i386
/
kernel
/
head.S
diff --git
a/arch/i386/kernel/head.S
b/arch/i386/kernel/head.S
index d273fd74619211baf7fdd24d1a870eb3f2594a1b..e966fc8c44c49711f0fecbbc03cc183656aa6b40 100644
(file)
--- a/
arch/i386/kernel/head.S
+++ b/
arch/i386/kernel/head.S
@@
-380,6
+380,7
@@
rp_sidt:
ALIGN
ignore_int:
cld
ALIGN
ignore_int:
cld
+#ifdef CONFIG_PRINTK
pushl %eax
pushl %ecx
pushl %edx
pushl %eax
pushl %ecx
pushl %edx
@@
-400,6
+401,7
@@
ignore_int:
popl %edx
popl %ecx
popl %eax
popl %edx
popl %ecx
popl %eax
+#endif
iret
/*
iret
/*