Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/uebayasi-xip]: src/sys/uvm Forgotten to check this in; now uvm_page_phys...
details: https://anonhg.NetBSD.org/src/rev/aa9a363e94fc
branches: uebayasi-xip
changeset: 751687:aa9a363e94fc
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Tue Apr 27 08:40:22 2010 +0000
description:
Forgotten to check this in; now uvm_page_physload() and
uvm_page_physload_device() returns struct vm_physseg * (which is not
used yet).
diffstat:
sys/uvm/uvm_extern.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r b3e5b02cdc59 -r aa9a363e94fc sys/uvm/uvm_extern.h
--- a/sys/uvm/uvm_extern.h Tue Apr 27 08:32:47 2010 +0000
+++ b/sys/uvm/uvm_extern.h Tue Apr 27 08:40:22 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_extern.h,v 1.161.2.1 2010/02/23 07:44:25 uebayasi Exp $ */
+/* $NetBSD: uvm_extern.h,v 1.161.2.2 2010/04/27 08:40:22 uebayasi Exp $ */
/*
*
@@ -721,9 +721,9 @@
void uvm_pagerealloc(struct vm_page *,
struct uvm_object *, voff_t);
/* Actually, uvm_page_physload takes PF#s which need their own type */
-void uvm_page_physload(paddr_t, paddr_t,
+void *uvm_page_physload(paddr_t, paddr_t,
paddr_t, paddr_t, int);
-void uvm_page_physload_device(paddr_t, paddr_t,
+void *uvm_page_physload_device(paddr_t, paddr_t,
paddr_t, paddr_t, int);
void uvm_setpagesize(void);
Home |
Main Index |
Thread Index |
Old Index