Module Name:    src
Committed By:   he
Date:           Mon Feb 14 10:22:19 UTC 2011

Modified Files:
        src/sys/arch/sparc/include: pmap.h

Log Message:
Provide a macro for pmap_mmap_flags() since we define PMAP_EXCLUDE_DECLS
here.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 src/sys/arch/sparc/include/pmap.h

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/sparc/include/pmap.h
diff -u src/sys/arch/sparc/include/pmap.h:1.89 src/sys/arch/sparc/include/pmap.h:1.90
--- src/sys/arch/sparc/include/pmap.h:1.89	Sun Nov 14 13:33:23 2010
+++ src/sys/arch/sparc/include/pmap.h	Mon Feb 14 10:22:19 2011
@@ -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 */
 

Reply via email to