]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/printk.c
x86: fix early_ioremap pagetable ops
[linux-2.6-omap-h63xx.git] / kernel / printk.c
index 3b7c968d0ef994e8be14ef780835d96634761881..58bbec6841193d977f0a928fef090aee5edafa9b 100644 (file)
 
 #include <asm/uaccess.h>
 
+/*
+ * Architectures can override it:
+ */
+void __attribute__((weak)) early_printk(const char *fmt, ...)
+{
+}
+
 #define __LOG_BUF_LEN  (1 << CONFIG_LOG_BUF_SHIFT)
 
 /* printk's without a loglevel use this.. */