diff options
| author | Jiri Slaby <jirislaby@gmail.com> | 2008-05-12 09:44:40 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-06-18 07:11:01 -0400 |
| commit | e17ba73b0ee6c0f24393c48b455e0d8db761782c (patch) | |
| tree | 4a5b1668d8b1251d546412f0285d11402f4d409c /arch | |
| parent | 87c8a64475f0597b7fd9c36d2f867ae8ef4a9eca (diff) | |
x86, generic: mark early_printk as asmlinkage
It's not explicitly marked as asmlinkage, but invoked from x86_32
startup code with parameters on stack.
No other architectures define early_printk and none of them are affected
by this change, since defines asmlinkage as empty token.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86/kernel/early_printk.c | 2 |
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 = { | |||
| 196 | static struct console *early_console = &early_vga_console; | 196 | static struct console *early_console = &early_vga_console; |
| 197 | static int early_console_initialized; | 197 | static int early_console_initialized; |
| 198 | 198 | ||
| 199 | void early_printk(const char *fmt, ...) | 199 | asmlinkage void early_printk(const char *fmt, ...) |
| 200 | { | 200 | { |
| 201 | char buf[512]; | 201 | char buf[512]; |
| 202 | int n; | 202 | int n; |
