Title: [7688] trunk/arch/blackfin/kernel/setup.c: Make sure we say what rev we are running on, otherwise we don't know
Revision
7688
Author
rgetz
Date
2009-10-20 13:22:18 -0400 (Tue, 20 Oct 2009)

Log Message

Make sure we say what rev we are running on, otherwise we don't know
and users rarely say.

Modified Paths

Diff

Modified: trunk/arch/blackfin/kernel/setup.c (7687 => 7688)


--- trunk/arch/blackfin/kernel/setup.c	2009-10-20 17:20:21 UTC (rev 7687)
+++ trunk/arch/blackfin/kernel/setup.c	2009-10-20 17:22:18 UTC (rev 7688)
@@ -917,7 +917,7 @@
 
 	printk(KERN_INFO "Blackfin support (C) 2004-2009 Analog Devices, Inc.\n");
 	if (bfin_compiled_revid() == 0xffff)
-		printk(KERN_INFO "Compiled for ADSP-%s Rev any\n", CPU);
+		printk(KERN_INFO "Compiled for ADSP-%s Rev any, running on 0.%d\n", CPU, bfin_revid());
 	else if (bfin_compiled_revid() == -1)
 		printk(KERN_INFO "Compiled for ADSP-%s Rev none\n", CPU);
 	else
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to