]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/microblaze/kernel/timer.c
microblaze: Report if only one timer is used
[mv-sheeva.git] / arch / microblaze / kernel / timer.c
index b1380ae93ae13ae8bf43f4993cdd18351d5de505..ec7df67006ba02d1729e632c8a4a56bf2f48a11d 100644 (file)
@@ -278,7 +278,7 @@ void __init time_init(void)
        timer_num =
                *(int *) of_get_property(timer, "xlnx,one-timer-only", NULL);
        if (timer_num) {
-               printk(KERN_EMERG "Please enable two timers in HW\n");
+               eprintk(KERN_EMERG "Please enable two timers in HW\n");
                BUG();
        }