From b058e19f47789d0017737a77dfbd8812ab15d4b9 Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 8 Sep 2010 12:16:39 +0000 Subject: [PATCH] - remove typo git-svn-id: http://svn.lfbs.rwth-aachen.de/svn/scc/trunk/MetalSVM@153 315a16e6-25f9-4109-90ae-ca3045a26c18 --- arch/x86/kernel/idt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/kernel/idt.c b/arch/x86/kernel/idt.c index c94e26bc..20f620a1 100644 --- a/arch/x86/kernel/idt.c +++ b/arch/x86/kernel/idt.c @@ -42,7 +42,7 @@ typedef struct { * for which the 'presence' bit is cleared (0) will generate an * "Unhandled Interrupt" exception */ -static idt_entry_t idt[256] = {[0 ... 255] = 0x00}; +static idt_entry_t idt[256] = {[0 ... 255] = {0, 0, 0, 0, 0}}; idt_ptr_t idtp; /* This exists in 'start.asm', and is used to load our IDT */