Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm/pmap Fix build for ports using uvm/pmap; pmap_remove...
details: https://anonhg.NetBSD.org/src/rev/a0ee38ab60fe
branches: trunk
changeset: 1008221:a0ee38ab60fe
user: rin <rin%NetBSD.org@localhost>
date: Sun Mar 15 11:36:24 2020 +0000
description:
Fix build for ports using uvm/pmap; pmap_remove_all() returns a boolean.
diffstat:
sys/uvm/pmap/pmap.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dfebef80f47a -r a0ee38ab60fe sys/uvm/pmap/pmap.h
--- a/sys/uvm/pmap/pmap.h Sun Mar 15 11:17:59 2020 +0000
+++ b/sys/uvm/pmap/pmap.h Sun Mar 15 11:36:24 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.13 2020/03/11 13:30:31 thorpej Exp $ */
+/* $NetBSD: pmap.h,v 1.14 2020/03/15 11:36:24 rin Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -185,7 +185,7 @@
/*
* Bootstrap the system enough to run with virtual memory.
*/
-void pmap_remove_all(pmap_t);
+bool pmap_remove_all(pmap_t);
void pmap_set_modified(paddr_t);
bool pmap_page_clear_attributes(struct vm_page_md *, u_int);
void pmap_page_set_attributes(struct vm_page_md *, u_int);
Home |
Main Index |
Thread Index |
Old Index