[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 30/68] i386/intel/pmap.c: remove forward declarations
From: |
Marin Ramesa |
Subject: |
[PATCH 30/68] i386/intel/pmap.c: remove forward declarations |
Date: |
Fri, 29 Nov 2013 22:53:55 +0100 |
* i386/intel/pmap.c (pmap_remove_range, signal_cpus): Remove forward
declarations.
* i386/intel/pmap.h (pmap_remove_range, signal_cpus): Add prototypes.
---
i386/intel/pmap.c | 5 -----
i386/intel/pmap.h | 14 ++++++++++++++
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c
index 038f3a8..b89524e 100644
--- a/i386/intel/pmap.c
+++ b/i386/intel/pmap.c
@@ -421,11 +421,6 @@ extern char end;
*/
pt_entry_t *kernel_page_dir;
-void pmap_remove_range(); /* forward */
-#if NCPUS > 1
-void signal_cpus(); /* forward */
-#endif /* NCPUS > 1 */
-
static inline pt_entry_t *
pmap_pde(pmap_t pmap, vm_offset_t addr)
{
diff --git a/i386/intel/pmap.h b/i386/intel/pmap.h
index 087e0ef..badba5d 100644
--- a/i386/intel/pmap.h
+++ b/i386/intel/pmap.h
@@ -451,6 +451,20 @@ extern void pmap_copy_page (vm_offset_t, vm_offset_t);
*/
extern vm_offset_t kvtophys (vm_offset_t);
+void pmap_remove_range(
+ pmap_t pmap,
+ vm_offset_t va,
+ pt_entry_t *spte,
+ pt_entry_t *epte);
+
+#if NCPUS > 1
+void signal_cpus(
+ cpu_set use_list,
+ pmap_t pmap,
+ vm_offset_t start,
+ vm_offset_t end);
+#endif /* NCPUS > 1 */
+
#endif /* __ASSEMBLER__ */
#endif /* _PMAP_MACHINE_ */
--
1.8.1.4
- [PATCH 21/68] kern: new header file exception.h, (continued)
- [PATCH 21/68] kern: new header file exception.h, Marin Ramesa, 2013/11/29
- [PATCH 20/68] i386/i386/pcb.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 22/68] kern/exception.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 23/68] i386/i386at/autoconf.c, com.c, lpr.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 25/68] i386/i386at/kd.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 24/68] i386/i386at/conf.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 26/68] i386/i386at/kd_event.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 27/68] i386/i386at/kd_mouse.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 28/68] i386/i386at: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 29/68] i386/i386at/pic_isa.c: remove forward declaration, Marin Ramesa, 2013/11/29
- [PATCH 30/68] i386/intel/pmap.c: remove forward declarations,
Marin Ramesa <=
- [PATCH 32/68] ipc/ipc_table.c: remove forward declaration, Marin Ramesa, 2013/11/29
- [PATCH 31/68] ipc/ipc_kmsg.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 33/68] ipc/mach_msg.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 34/68] kern/bootstrap.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 35/68] kern/debug.c: remove forward declaration, Marin Ramesa, 2013/11/29
- [PATCH 36/68] kern/ipc_mig.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 37/68] kern/processor.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 39/68] kern/startup.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 38/68] kern/sched_prim.c: remove forward declarations, Marin Ramesa, 2013/11/29