Title: [6601] trunk/arch/blackfin/kernel/traps.c: use linux_banner rather than uts/linux defines as linux/compile.h causes files to be rebuilt all the time
Revision
6601
Author
vapier
Date
2009-06-07 05:56:33 -0500 (Sun, 07 Jun 2009)

Log Message

use linux_banner rather than uts/linux defines as linux/compile.h causes files to be rebuilt all the time

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/traps.c (6600 => 6601)


--- trunk/arch/blackfin/kernel/traps.c	2009-06-05 16:50:41 UTC (rev 6600)
+++ trunk/arch/blackfin/kernel/traps.c	2009-06-07 10:56:33 UTC (rev 6601)
@@ -32,8 +32,6 @@
 #include <linux/module.h>
 #include <linux/kallsyms.h>
 #include <linux/fs.h>
-#include <linux/compile.h>
-#include <linux/utsname.h>
 #include <asm/traps.h>
 #include <asm/cacheflush.h>
 #include <asm/cplb.h>
@@ -1109,8 +1107,7 @@
 #endif
 		);
 
-	verbose_printk(KERN_NOTICE "%s version %s\n" KERN_NOTICE "Built with %s\n",
-		utsname()->sysname, utsname()->release, LINUX_COMPILER);
+	verbose_printk(KERN_NOTICE "%s", linux_banner);
 
 	verbose_printk(KERN_NOTICE "\n" KERN_NOTICE "SEQUENCER STATUS:\t\t%s\n", print_tainted());
 	verbose_printk(KERN_NOTICE " SEQSTAT: %08lx  IPEND: %04lx  SYSCFG: %04lx\n",
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to