Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/acorn26/include define UVM_PHYSSEG_LEGACY for uvm_p...
details: https://anonhg.NetBSD.org/src/rev/0cf5d4d5f871
branches: trunk
changeset: 349948:0cf5d4d5f871
user: rin <rin%NetBSD.org@localhost>
date: Thu Dec 29 12:54:10 2016 +0000
description:
define UVM_PHYSSEG_LEGACY for uvm_physseg_set_avail_start
ok cherry
diffstat:
sys/arch/acorn26/include/pmap.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f2f3a111ca7e -r 0cf5d4d5f871 sys/arch/acorn26/include/pmap.h
--- a/sys/arch/acorn26/include/pmap.h Thu Dec 29 12:13:34 2016 +0000
+++ b/sys/arch/acorn26/include/pmap.h Thu Dec 29 12:54:10 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.h,v 1.9 2009/01/14 23:14:48 bjh21 Exp $ */
+/* $NetBSD: pmap.h,v 1.10 2016/12/29 12:54:10 rin Exp $ */
/*-
* Copyright (c) 1997, 1998 Ben Harris
* All rights reserved.
@@ -57,6 +57,8 @@
#define PMAP_UNMAP_POOLPAGE(va) ((va) - (vaddr_t)MEMC_PHYS_BASE)
#define PMAP_STEAL_MEMORY
+#define UVM_PHYSSEG_LEGACY /* for uvm_physseg_set_avail_start */
+
#endif /* _KERNEL */
#endif
Home |
Main Index |
Thread Index |
Old Index