Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/x86 drop 'inline' here, to avoid C99 vs GNU dif...
details: https://anonhg.NetBSD.org/src/rev/350796501b62
branches: trunk
changeset: 764554:350796501b62
user: plunky <plunky%NetBSD.org@localhost>
date: Wed Apr 27 07:42:11 2011 +0000
description:
drop 'inline' here, to avoid C99 vs GNU differences
diffstat:
sys/arch/x86/x86/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r be2202b6ee36 -r 350796501b62 sys/arch/x86/x86/pmap.c
--- a/sys/arch/x86/x86/pmap.c Wed Apr 27 07:24:52 2011 +0000
+++ b/sys/arch/x86/x86/pmap.c Wed Apr 27 07:42:11 2011 +0000
@@ -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)
{
Home |
Main Index |
Thread Index |
Old Index