diff options
Diffstat (limited to 'kernel/arch/x86/boot/main.c')
-rw-r--r-- | kernel/arch/x86/boot/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/arch/x86/boot/main.c b/kernel/arch/x86/boot/main.c index fd6c9f236..9bcea386d 100644 --- a/kernel/arch/x86/boot/main.c +++ b/kernel/arch/x86/boot/main.c @@ -161,9 +161,6 @@ void main(void) /* Set keyboard repeat rate (why?) and query the lock flags */ keyboard_init(); - /* Query MCA information */ - query_mca(); - /* Query Intel SpeedStep (IST) information */ query_ist(); |