diff options
| author | rsc <rsc> | 2006-09-08 15:14:43 +0000 |
|---|---|---|
| committer | rsc <rsc> | 2006-09-08 15:14:43 +0000 |
| commit | 4fb684548aef31639fec850a6011259716f4291e (patch) | |
| tree | 9a4d2ace0a48142c4b6f9c966107c0ada5b7ef04 /ioapic.c | |
| parent | efb01c1dc05ad96268a84c866f0c9d467e76ba42 (diff) | |
| download | xv6-labs-2022-4fb684548aef31639fec850a6011259716f4291e.tar.xz xv6-labs-2022-4fb684548aef31639fec850a6011259716f4291e.zip | |
formatting nits
Diffstat (limited to 'ioapic.c')
| -rw-r--r-- | ioapic.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
