summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-06-08 18:23:43 +0000
committered <ed@FreeBSD.org>2009-06-08 18:23:43 +0000
commitca6dbec08b990a59e5485d094466fd82165a5c41 (patch)
tree0bac2f9c0c87ea6ea734789287fa95f3bcda526b /sys/amd64
parentaef77db9311982ff7db0a801a142435ce619c5b0 (diff)
downloadFreeBSD-src-ca6dbec08b990a59e5485d094466fd82165a5c41.zip
FreeBSD-src-ca6dbec08b990a59e5485d094466fd82165a5c41.tar.gz
Revert my change; reintroduce __gnu89_inline.
It turns out our compiler in stable/7 can't build this code anymore. Even though my opinion is that those people should just run `make kernel-toolchain' before building a kernel, I am willing to wait and commit this after we've branched stable/8. Requested by: rwatson
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index 9e472e7..e152d3f 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -153,7 +153,7 @@ __FBSDID("$FreeBSD$");
#endif
#if !defined(DIAGNOSTIC)
-#define PMAP_INLINE extern inline
+#define PMAP_INLINE __gnu89_inline
#else
#define PMAP_INLINE
#endif
OpenPOWER on IntegriCloud