diff options
author | ps <ps@FreeBSD.org> | 2000-09-22 23:40:10 +0000 |
---|---|---|
committer | ps <ps@FreeBSD.org> | 2000-09-22 23:40:10 +0000 |
commit | ab88cc6719e2d569d7f78bc2fdf7925513a538c8 (patch) | |
tree | 076030806da9ece11ea86aef58f1ac0c4fdd36c0 /sys/i386/include/mpapic.h | |
parent | 9b419172b9371a7c431182f07664221bdc4cf735 (diff) | |
download | FreeBSD-src-ab88cc6719e2d569d7f78bc2fdf7925513a538c8.zip FreeBSD-src-ab88cc6719e2d569d7f78bc2fdf7925513a538c8.tar.gz |
Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC,
NBUS, NINTR dynamic and set NCPU to a maximum of 16 under SMP.
Reviewed by: peter
Diffstat (limited to 'sys/i386/include/mpapic.h')
-rw-r--r-- | sys/i386/include/mpapic.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/i386/include/mpapic.h b/sys/i386/include/mpapic.h index 9f20892..e797c9f 100644 --- a/sys/i386/include/mpapic.h +++ b/sys/i386/include/mpapic.h @@ -32,17 +32,6 @@ #include <i386/isa/icu.h> -/* number of busses */ -#if !defined(NBUS) -# define NBUS 8 -#endif /* NBUS */ - -/* total number of APIC INTs, including SHARED INTs */ -#if !defined(NINTR) -#define NINTR 48 -#endif /* NINTR */ - - /* * Size of APIC ID list. * Also used a MAX size of various other arrays. |