aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386at/model_dep.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/i386/i386at/model_dep.c b/i386/i386at/model_dep.c
index b0a55754..7c575ce2 100644
--- a/i386/i386at/model_dep.c
+++ b/i386/i386at/model_dep.c
@@ -138,11 +138,6 @@ extern void linux_init(void);
void machine_init(void)
{
/*
- * Initialize the console.
- */
- cninit();
-
- /*
* Make more free memory.
*
* This is particularly important for the Linux drivers which
@@ -169,6 +164,11 @@ void machine_init(void)
#endif
clkstart();
+ /*
+ * Initialize the console.
+ */
+ cninit();
+
#ifdef LINUX_DEV
/*
* Initialize Linux drivers.