]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commite17ba73b0ee6c0f24393c48b455e0d8db761782c
tree4a5b1668d8b1251d546412f0285d11402f4d409c
parent87c8a64475f0597b7fd9c36d2f867ae8ef4a9eca
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>
arch/x86/kernel/early_printk.c
include/linux/kernel.h
kernel/printk.c