diff options
author | Richard Braun <rbraun@sceen.net> | 2014-08-15 20:55:19 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2014-08-15 20:55:19 +0200 |
commit | 40502c5f7465300b2bc0cb44325db38b23449deb (patch) | |
tree | a820b4d136c20b70e25fc8e2652a08e27c8331fa /arch/x86/machine/boot.c | |
parent | 6d1f6eefcee5fad60b5b674135996414ecc17a2d (diff) |
kern/printk: don't use static spin lock initializer
Diffstat (limited to 'arch/x86/machine/boot.c')
-rw-r--r-- | arch/x86/machine/boot.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/machine/boot.c b/arch/x86/machine/boot.c index 77b0d10e..4b946596 100644 --- a/arch/x86/machine/boot.c +++ b/arch/x86/machine/boot.c @@ -273,6 +273,7 @@ boot_main(void) thread_bootstrap(); pmap_bootstrap(); cga_setup(); + printk_setup(); boot_show_version(); cpu_check(cpu_current()); cpu_info(cpu_current()); |