Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/atari Add missing argument to pmap_update().
details: https://anonhg.NetBSD.org/src/rev/0afca9e5f473
branches: trunk
changeset: 515414:0afca9e5f473
user: leo <leo%NetBSD.org@localhost>
date: Mon Sep 24 09:17:19 2001 +0000
description:
Add missing argument to pmap_update().
diffstat:
sys/arch/atari/atari/vm_machdep.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b140eaf313f7 -r 0afca9e5f473 sys/arch/atari/atari/vm_machdep.c
--- a/sys/arch/atari/atari/vm_machdep.c Mon Sep 24 08:21:44 2001 +0000
+++ b/sys/arch/atari/atari/vm_machdep.c Mon Sep 24 09:17:19 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_machdep.c,v 1.39 2001/09/10 21:19:12 chris Exp $ */
+/* $NetBSD: vm_machdep.c,v 1.40 2001/09/24 09:17:19 leo Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -378,7 +378,7 @@
off = (vm_offset_t)bp->b_data - kva;
len = m68k_round_page(off + len);
pmap_kremove(kva, len);
- pmap_update();
+ pmap_update(pmap_kernel());
uvm_km_free_wakeup(phys_map, kva, len);
bp->b_data = bp->b_saveaddr;
bp->b_saveaddr = 0;
Home |
Main Index |
Thread Index |
Old Index