x86, generic: mark early_printk as asmlinkage
authorJiri Slaby <jirislaby@gmail.com>
Mon, 12 May 2008 13:44:40 +0000 (15:44 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 18 Jun 2008 11:11:01 +0000 (13:11 +0200)
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>

No differences found