Remove SMP option support from building the ACPI module as it is no longer

needed.

Approved by:	re (murray)
Requested by:	njl
This commit is contained in:
jhb 2003-12-05 15:49:01 +00:00
parent 4799825f09
commit c9692bbff8

View File

@ -50,9 +50,6 @@ CFLAGS+=-DACPI_MAX_THREADS=${ACPI_MAX_THREADS}
.if ACPI_NO_SEMAPHORES
CFLAGS+=-DACPI_NO_SEMAPHORES
.endif
.if SMP
CFLAGS+=-DSMP
.endif
# Debugging support
.if ACPI_DEBUG