summaryrefslogtreecommitdiffstats
path: root/sys/modules/mem
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-05-14 01:53:38 +0000
committerattilio <attilio@FreeBSD.org>2011-05-14 01:53:38 +0000
commit96139278ce494a26eccc69bb52085b52a50722b7 (patch)
tree7673b284ad690bef683dca3bdfe5aeb355305893 /sys/modules/mem
parent882abde07ade9dbd393ef81d8d65cf3562e85bfc (diff)
downloadFreeBSD-src-96139278ce494a26eccc69bb52085b52a50722b7.zip
FreeBSD-src-96139278ce494a26eccc69bb52085b52a50722b7.tar.gz
Disconnect sun4v architecture from the three.
Some files keep the SUN4V tags as a code reference, for the future, if any rewamped sun4v support wants to be added again. Reviewed by: marius Tested by: sbruno Approved by: re
Diffstat (limited to 'sys/modules/mem')
-rw-r--r--sys/modules/mem/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/modules/mem/Makefile b/sys/modules/mem/Makefile
index 952f50f..3710c5d 100644
--- a/sys/modules/mem/Makefile
+++ b/sys/modules/mem/Makefile
@@ -14,18 +14,4 @@ SRCS+= amd64_mem.c
.endif
SRCS+= bus_if.h device_if.h
-.if ${MACHINE} == "sun4v"
-SRCS+= opt_global.h
-
-.if defined(KERNBUILDDIR)
-MKDEP= -include ${KERNBUILDDIR}/opt_global.h
-.else
-CFLAGS+= -include opt_global.h
-MKDEP= -include opt_global.h
-
-opt_global.h:
- echo "#define SUN4V 1" > ${.TARGET}
-.endif
-.endif
-
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud