summaryrefslogtreecommitdiffstats
path: root/sys/modules/acpi
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-12-05 15:49:01 +0000
committerjhb <jhb@FreeBSD.org>2003-12-05 15:49:01 +0000
commitc9692bbff89ca3f61690e99bfa3c98d18e27d0e6 (patch)
tree050537b0e8d83700c1bae4dd629fa66aac2ae040 /sys/modules/acpi
parent4799825f09995f719b5c1ba28c3de9548cbad45b (diff)
downloadFreeBSD-src-c9692bbff89ca3f61690e99bfa3c98d18e27d0e6.zip
FreeBSD-src-c9692bbff89ca3f61690e99bfa3c98d18e27d0e6.tar.gz
Remove SMP option support from building the ACPI module as it is no longer
needed. Approved by: re (murray) Requested by: njl
Diffstat (limited to 'sys/modules/acpi')
-rw-r--r--sys/modules/acpi/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/modules/acpi/Makefile b/sys/modules/acpi/Makefile
index ce331e0..4765a80 100644
--- a/sys/modules/acpi/Makefile
+++ b/sys/modules/acpi/Makefile
@@ -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
OpenPOWER on IntegriCloud