summaryrefslogtreecommitdiff
path: root/ioapic.c
diff options
context:
space:
mode:
Diffstat (limited to 'ioapic.c')
-rw-r--r--ioapic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ioapic.c b/ioapic.c
index 34592b8..aae49b5 100644
--- a/ioapic.c
+++ b/ioapic.c
@@ -37,7 +37,7 @@ ioapic_init(void)
uchar id;
int i;
- if (!ismp)
+ if(!ismp)
return;
io = (struct ioapic*) IO_APIC_BASE;
@@ -71,7 +71,7 @@ ioapic_enable (int irq, int cpunum)
uint l, h;
struct ioapic *io;
- if (!ismp)
+ if(!ismp)
return;
io = (struct ioapic*) IO_APIC_BASE;