summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-04-07 13:17:28 +0000
committerandrew <andrew@FreeBSD.org>2015-04-07 13:17:28 +0000
commit3a21f8da9751fba8c3f05fa671c8d6e888fa05f0 (patch)
tree7ef3ba506ef0b63edcb02b3ad6e53003abe26255
parent3e40c64fd3bdeaffa722c67203b20c0a673ef903 (diff)
downloadFreeBSD-src-3a21f8da9751fba8c3f05fa671c8d6e888fa05f0.zip
FreeBSD-src-3a21f8da9751fba8c3f05fa671c8d6e888fa05f0.tar.gz
We will have fueword on arm64, mark as such in machine/param.h.
Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/arm64/include/param.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/arm64/include/param.h b/sys/arm64/include/param.h
index 3dac7a1..412e619 100644
--- a/sys/arm64/include/param.h
+++ b/sys/arm64/include/param.h
@@ -118,8 +118,4 @@
#define pgtok(x) ((unsigned long)(x) * (PAGE_SIZE / 1024))
-#ifdef _KERNEL
-#define NO_FUEWORD 1
-#endif
-
#endif /* !_MACHINE_PARAM_H_ */
OpenPOWER on IntegriCloud