summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2007-12-09 21:00:36 +0000
committeralc <alc@FreeBSD.org>2007-12-09 21:00:36 +0000
commitfed3c18cd6fa4171579d82ead0bd41cc2cef00a7 (patch)
treefaa7fde653dc7fa7ba1ef87ea5855f90056ccfd1 /sys/conf/files.amd64
parentec6292aa688d65f01dbb14cd111ae9d97bf1f9c0 (diff)
downloadFreeBSD-src-fed3c18cd6fa4171579d82ead0bd41cc2cef00a7.zip
FreeBSD-src-fed3c18cd6fa4171579d82ead0bd41cc2cef00a7.tar.gz
Eliminate compilation warnings due to the use of non-static inlines
through the introduction and use of the __gnu89_inline attribute. Submitted by: bde (i386) MFC after: 3 days
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 8276f85..5ae4fa1 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -116,7 +116,7 @@ amd64/amd64/mptable.c optional mptable
amd64/amd64/mptable_pci.c optional mptable pci
amd64/amd64/msi.c optional pci
amd64/amd64/nexus.c standard
-amd64/amd64/pmap.c standard nowerror
+amd64/amd64/pmap.c standard
amd64/amd64/prof_machdep.c optional profiling-routine
amd64/amd64/sigtramp.S standard
amd64/amd64/stack_machdep.c optional ddb | stack
OpenPOWER on IntegriCloud