Wed Apr 27 07:42:11 2011 UTC ()
drop 'inline' here, to avoid C99 vs GNU differences


(plunky)
diff -r1.119 -r1.120 src/sys/arch/x86/x86/pmap.c

cvs diff -r1.119 -r1.120 src/sys/arch/x86/x86/pmap.c (expand / switch to context diff)
--- src/sys/arch/x86/x86/pmap.c 2011/04/14 16:00:21 1.119
+++ src/sys/arch/x86/x86/pmap.c 2011/04/27 07:42:11 1.120
@@ -1,4 +1,4 @@
-/*	$NetBSD: pmap.c,v 1.119 2011/04/14 16:00:21 yamt Exp $	*/
+/*	$NetBSD: pmap.c,v 1.120 2011/04/27 07:42:11 plunky Exp $	*/
 
 /*
  * Copyright (c) 2007 Manuel Bouyer.
@@ -142,7 +142,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.119 2011/04/14 16:00:21 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.120 2011/04/27 07:42:11 plunky Exp $");
 
 #include "opt_user_ldt.h"
 #include "opt_lockdebug.h"
@@ -767,7 +767,7 @@
  *	Add a reference to the specified pmap.
  */
 
-inline void
+void
 pmap_reference(struct pmap *pmap)
 {