summaryrefslogtreecommitdiffstats
path: root/sys/pc98/pc98
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-04-26 20:24:25 +0000
committerattilio <attilio@FreeBSD.org>2012-04-26 20:24:25 +0000
commit0b98e6d835caa6e794deb417e434762d6a00031b (patch)
treeee191eec81bcd147f9a5eb58b8dbd0b99c89a4f8 /sys/pc98/pc98
parent6eb12b42ba18698f1441188207485bf0d2414382 (diff)
downloadFreeBSD-src-0b98e6d835caa6e794deb417e434762d6a00031b.zip
FreeBSD-src-0b98e6d835caa6e794deb417e434762d6a00031b.tar.gz
Clean up the intr* MD KPI from the SMP dependency, removing a cause of
discrepancy between modules and kernel, but deal with SMP differences within the functions themselves. As an added bonus this also helps in terms of code readability. Requested by: gibbs Reviewed by: jhb, marius MFC after: 1 week
Diffstat (limited to 'sys/pc98/pc98')
-rw-r--r--sys/pc98/pc98/machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 1aeb765..691d21f 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -272,12 +272,10 @@ cpu_startup(dummy)
vm_pager_bufferinit();
cpu_setregs();
-#ifdef SMP
/*
* Add BSP as an interrupt target.
*/
intr_add_cpu(0);
-#endif
}
/*
OpenPOWER on IntegriCloud