Loading arch/blackfin/kernel/setup.c +2 −2 Original line number Diff line number Diff line /* * Copyright 2004-2009 Analog Devices Inc. * Copyright 2004-2010 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ Loading Loading @@ -925,7 +925,7 @@ void __init setup_arch(char **cmdline_p) else if (_bfin_swrst & RESET_SOFTWARE) printk(KERN_NOTICE "Reset caused by Software reset\n"); printk(KERN_INFO "Blackfin support (C) 2004-2009 Analog Devices, Inc.\n"); printk(KERN_INFO "Blackfin support (C) 2004-2010 Analog Devices, Inc.\n"); if (bfin_compiled_revid() == 0xffff) printk(KERN_INFO "Compiled for ADSP-%s Rev any, running on 0.%d\n", CPU, bfin_revid()); else if (bfin_compiled_revid() == -1) Loading Loading
arch/blackfin/kernel/setup.c +2 −2 Original line number Diff line number Diff line /* * Copyright 2004-2009 Analog Devices Inc. * Copyright 2004-2010 Analog Devices Inc. * * Licensed under the GPL-2 or later. */ Loading Loading @@ -925,7 +925,7 @@ void __init setup_arch(char **cmdline_p) else if (_bfin_swrst & RESET_SOFTWARE) printk(KERN_NOTICE "Reset caused by Software reset\n"); printk(KERN_INFO "Blackfin support (C) 2004-2009 Analog Devices, Inc.\n"); printk(KERN_INFO "Blackfin support (C) 2004-2010 Analog Devices, Inc.\n"); if (bfin_compiled_revid() == 0xffff) printk(KERN_INFO "Compiled for ADSP-%s Rev any, running on 0.%d\n", CPU, bfin_revid()); else if (bfin_compiled_revid() == -1) Loading