Module Name: src
Committed By: plunky
Date: Wed Apr 27 07:42:11 UTC 2011
Modified Files:
src/sys/arch/x86/x86: pmap.c
Log Message:
drop 'inline' here, to avoid C99 vs GNU differences
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/arch/x86/x86/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/x86/pmap.c
diff -u src/sys/arch/x86/x86/pmap.c:1.119 src/sys/arch/x86/x86/pmap.c:1.120
--- src/sys/arch/x86/x86/pmap.c:1.119 Thu Apr 14 16:00:21 2011
+++ src/sys/arch/x86/x86/pmap.c Wed Apr 27 07:42:11 2011
@@ -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)
{