1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00

kill stray printf

This commit is contained in:
Warner Losh 2009-11-24 17:14:23 +00:00
parent 0ff75e4f84
commit 6adde02590
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/mips/; revision=199759

View File

@ -722,7 +722,6 @@ platform_start(__register_t a0, __register_t a1,
platform_counter_freq = 330000000UL; /* XXX: from idt */
mips_timer_init_params(platform_counter_freq, 1);
cninit();
printf("Now is the time to get happy!\n");
/* Panic here, after cninit */
#if 0
if (mem == 0)