Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Blackfin: announce current cpu rev when booting

User reports rarely include full information, so include this important
tidbit up front. It's also good to know at a glance in general.

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>

authored by

Robin Getz and committed by
Mike Frysinger
7a1a8cc1 00d24604

+1 -1
+1 -1
arch/blackfin/kernel/setup.c
··· 910 910 911 911 printk(KERN_INFO "Blackfin support (C) 2004-2009 Analog Devices, Inc.\n"); 912 912 if (bfin_compiled_revid() == 0xffff) 913 - printk(KERN_INFO "Compiled for ADSP-%s Rev any\n", CPU); 913 + printk(KERN_INFO "Compiled for ADSP-%s Rev any, running on 0.%d\n", CPU, bfin_revid()); 914 914 else if (bfin_compiled_revid() == -1) 915 915 printk(KERN_INFO "Compiled for ADSP-%s Rev none\n", CPU); 916 916 else