x86, generic: mark early_printk as asmlinkage
[safe/jmp/linux-2.6] / kernel / printk.c
index 70cfa5a..de1a4f4 100644 (file)
@@ -38,7 +38,7 @@
 /*
  * Architectures can override it:
  */
-void __attribute__((weak)) early_printk(const char *fmt, ...)
+void asmlinkage __attribute__((weak)) early_printk(const char *fmt, ...)
 {
 }