summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.i386
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.i386
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.i386')
-rw-r--r--sys/conf/files.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 9e43eca..ec47196 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -306,7 +306,7 @@ i386/i386/mptable_pci.c optional apic pci
i386/i386/msi.c optional apic pci
i386/i386/nexus.c standard
i386/i386/perfmon.c optional perfmon
-i386/i386/pmap.c standard nowerror
+i386/i386/pmap.c standard
i386/i386/ptrace_machdep.c standard
i386/i386/stack_machdep.c optional ddb | stack
i386/i386/support.s standard
OpenPOWER on IntegriCloud