diff options
-rw-r--r-- | sys/ia64/ia64/machdep.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c index 7bcde7c..8f48bd8 100644 --- a/sys/ia64/ia64/machdep.c +++ b/sys/ia64/ia64/machdep.c @@ -563,13 +563,6 @@ ia64_init(u_int64_t arg1, u_int64_t arg2) } /* - * Initialize the console before we print anything out. - */ - cninit(); - - /* OUTPUT NOW ALLOWED */ - - /* * Look at arguments passed to us and compute boothowto. */ boothowto = bootinfo.bi_boothowto; @@ -590,6 +583,13 @@ ia64_init(u_int64_t arg1, u_int64_t arg2) bootverbose = 1; /* + * Initialize the console before we print anything out. + */ + cninit(); + + /* OUTPUT NOW ALLOWED */ + + /* * Wire things up so we can call the firmware. */ map_pal_code(); |