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 mmu_pagein() prototype: change addres...



details:   https://anonhg.NetBSD.org/src/rev/c80ec6e31e75
branches:  trunk
changeset: 474118:c80ec6e31e75
user:      pk <pk%NetBSD.org@localhost>
date:      Mon Jun 28 14:44:57 1999 +0000

description:
mmu_pagein() prototype: change address argument to `vaddr_t'.

diffstat:

 sys/arch/sparc/include/pmap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b2f7464e535b -r c80ec6e31e75 sys/arch/sparc/include/pmap.h
--- a/sys/arch/sparc/include/pmap.h     Mon Jun 28 14:41:43 1999 +0000
+++ b/sys/arch/sparc/include/pmap.h     Mon Jun 28 14:44:57 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.38 1999/06/17 19:23:21 thorpej Exp $ */
+/*     $NetBSD: pmap.h,v 1.39 1999/06/28 14:44:57 pk Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -265,7 +265,7 @@
 void           kvm_uncache __P((caddr_t, int));
 struct user;
 void           switchexit __P((struct proc *));
-int            mmu_pagein __P((struct pmap *pm, int, int));
+int            mmu_pagein __P((struct pmap *pm, vaddr_t, int));
 void           pmap_writetext __P((unsigned char *, int));
 
 #if !defined(MACHINE_NEW_CONCONTIG)



Home | Main Index | Thread Index | Old Index