K 10 svn:author V 2 ps K 8 svn:date V 27 2000-09-30T02:49:37.000000Z K 7 svn:log V 274 MFC: Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, NBUS, NINTR dynamic and set NCPU to a maximum of 16 under SMP. Move MAXCPU from machine/smp.h to machine/param.h to expose MAXCPU in the !SMP case and replace NCPUS with MAXCPU since they are redundant. END