Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/include Provide a macro for pmap_mmap_flags()...
details: https://anonhg.NetBSD.org/src/rev/02baf94ae01b
branches: trunk
changeset: 762046:02baf94ae01b
user: he <he%NetBSD.org@localhost>
date: Mon Feb 14 10:22:19 2011 +0000
description:
Provide a macro for pmap_mmap_flags() since we define PMAP_EXCLUDE_DECLS
here.
diffstat:
sys/arch/sparc/include/pmap.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6bdfd5baa440 -r 02baf94ae01b sys/arch/sparc/include/pmap.h
--- a/sys/arch/sparc/include/pmap.h Mon Feb 14 10:21:05 2011 +0000
+++ b/sys/arch/sparc/include/pmap.h Mon Feb 14 10:22:19 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.89 2010/11/14 13:33:23 uebayasi Exp $ */
+/* $NetBSD: pmap.h,v 1.90 2011/02/14 10:22:19 he Exp $ */
/*
* Copyright (c) 1996
@@ -271,6 +271,7 @@
void pmap_writetext(unsigned char *, int);
void pmap_globalize_boot_cpuinfo(struct cpu_info *);
void pmap_remove_all(struct pmap *pm);
+#define pmap_mmap_flags(x) 0 /* dummy so far */
/* SUN4/SUN4C SPECIFIC DECLARATIONS */
Home |
Main Index |
Thread Index |
Old Index