Disable an SMP detection on pc98.
This commit is contained in:
parent
5f0c9ae10a
commit
fe91068c3c
@ -40,4 +40,4 @@ progs ppp
|
||||
progs sysinstall
|
||||
|
||||
libs -ll -ledit -lutil -lmd -lcrypt -lftpio -lz -lnetgraph
|
||||
libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs -ldevinfo
|
||||
libs -ldialog -lncurses -ldisk -lcam -lsbuf -lufs
|
||||
|
@ -45,7 +45,7 @@ LDADD= -ldialog -lncurses -lutil -ldisk -lftpio
|
||||
# that is painful because of media changes and the structure of
|
||||
# sysinstall so for now it's a priori.
|
||||
#
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
.if ${MACHINE} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
SRCS+= acpi.c biosmptable.c
|
||||
# NB: HEAD has SMP in GENERIC so only one kernel
|
||||
#CFLAGS+=-DWITH_SMP
|
||||
|
@ -1232,7 +1232,7 @@ installVarDefaults(dialogMenuItem *self)
|
||||
variable_set2(SYSTEM_STATE, "init", 0);
|
||||
variable_set2(VAR_NEWFS_ARGS, "-b 16384 -f 2048", 0);
|
||||
variable_set2(VAR_CONSTERM, "NO", 0);
|
||||
#if defined(i386) || defined(amd64)
|
||||
#if (defined(__i386__) && !defined(PC98)) || defined(__amd64__)
|
||||
NCpus = acpi_detect();
|
||||
if (NCpus == -1)
|
||||
NCpus = biosmptable_detect();
|
||||
|
@ -45,7 +45,7 @@ LDADD= -ldialog -lncurses -lutil -ldisk -lftpio
|
||||
# that is painful because of media changes and the structure of
|
||||
# sysinstall so for now it's a priori.
|
||||
#
|
||||
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
.if ${MACHINE} == "i386" || ${MACHINE_ARCH} == "amd64"
|
||||
SRCS+= acpi.c biosmptable.c
|
||||
# NB: HEAD has SMP in GENERIC so only one kernel
|
||||
#CFLAGS+=-DWITH_SMP
|
||||
|
@ -1232,7 +1232,7 @@ installVarDefaults(dialogMenuItem *self)
|
||||
variable_set2(SYSTEM_STATE, "init", 0);
|
||||
variable_set2(VAR_NEWFS_ARGS, "-b 16384 -f 2048", 0);
|
||||
variable_set2(VAR_CONSTERM, "NO", 0);
|
||||
#if defined(i386) || defined(amd64)
|
||||
#if (defined(__i386__) && !defined(PC98)) || defined(__amd64__)
|
||||
NCpus = acpi_detect();
|
||||
if (NCpus == -1)
|
||||
NCpus = biosmptable_detect();
|
||||
|
Loading…
Reference in New Issue
Block a user