Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch move function prototype to x86, so it is available ...



details:   https://anonhg.NetBSD.org/src/rev/422c63be8d56
branches:  trunk
changeset: 347861:422c63be8d56
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Sep 19 20:46:55 2016 +0000

description:
move function prototype to x86, so it is available to amd64 too

diffstat:

 sys/arch/i386/include/pmap.h |  3 +--
 sys/arch/x86/include/pmap.h  |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r f7e5ab4d8307 -r 422c63be8d56 sys/arch/i386/include/pmap.h
--- a/sys/arch/i386/include/pmap.h      Mon Sep 19 20:33:51 2016 +0000
+++ b/sys/arch/i386/include/pmap.h      Mon Sep 19 20:46:55 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.117 2014/04/21 19:12:11 christos Exp $      */
+/*     $NetBSD: pmap.h,v 1.118 2016/09/19 20:46:55 maya Exp $  */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -405,7 +405,6 @@
 struct pcb;
 
 int    pmap_exec_fixup(struct vm_map *, struct trapframe *, struct pcb *);
-void   pmap_ldt_cleanup(struct lwp *);
 
 #include <x86/pmap_pv.h>
 
diff -r f7e5ab4d8307 -r 422c63be8d56 sys/arch/x86/include/pmap.h
--- a/sys/arch/x86/include/pmap.h       Mon Sep 19 20:33:51 2016 +0000
+++ b/sys/arch/x86/include/pmap.h       Mon Sep 19 20:46:55 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.59 2016/07/25 12:11:40 maxv Exp $   */
+/*     $NetBSD: pmap.h,v 1.60 2016/09/19 20:46:55 maya Exp $   */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -255,6 +255,7 @@
 void           pmap_load(void);
 paddr_t                pmap_init_tmp_pgtbl(paddr_t);
 void           pmap_remove_all(struct pmap *);
+void           pmap_ldt_cleanup(struct lwp *);
 void           pmap_ldt_sync(struct pmap *);
 void           pmap_kremove_local(vaddr_t, vsize_t);
 



Home | Main Index | Thread Index | Old Index