1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

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:
John Baldwin 2003-12-05 15:49:01 +00:00
parent 05779418cd
commit b75d244710
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123163

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