aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-07-14 15:27:43 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-14 15:27:43 -0700
commit4bb0057f996b1491f93a64879f4c53c83bc0f0c7 (patch)
treef216e244a6f88ede277a3687499dbb1762a3c37a /arch
parentx86: MMIOTRACE should not default to on (diff)
parentMerge branch 'linus' into core/printk (diff)
downloadlinux-dev-4bb0057f996b1491f93a64879f4c53c83bc0f0c7.tar.xz
linux-dev-4bb0057f996b1491f93a64879f4c53c83bc0f0c7.zip
Merge branch 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'core/printk' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, generic: mark early_printk as asmlinkage printk: export console_drivers printk: remember the message level for multi-line output printk: refactor processing of line severity tokens printk: don't prefer unsuited consoles on registration printk: clean up recursion check related static variables namespacecheck: more kernel/printk.c fixes namespacecheck: fix kernel printk.c
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/early_printk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/early_printk.c b/arch/x86/kernel/early_printk.c
index 643fd861b724..ff9e7350da54 100644
--- a/arch/x86/kernel/early_printk.c
+++ b/arch/x86/kernel/early_printk.c
@@ -196,7 +196,7 @@ static struct console simnow_console = {
static struct console *early_console = &early_vga_console;
static int early_console_initialized;
-void early_printk(const char *fmt, ...)
+asmlinkage void early_printk(const char *fmt, ...)
{
char buf[512];
int n;