diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-29 22:53:55 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-05 06:28:02 +0900 |
commit | 98d8a7b1245e737f5efc48d9c30dca830766b8ac (patch) | |
tree | 2c08c783190956550202f7eacdb6aa455dbe99db /i386/intel/pmap.c | |
parent | 4297d6038e93d87554116a0b311dd6daf1da985e (diff) |
i386/intel/pmap.c: remove forward declarations
* i386/intel/pmap.c (pmap_remove_range, signal_cpus): Remove forward declarations.
* i386/intel/pmap.h (pmap_remove_range, signal_cpus): Add prototypes.
Diffstat (limited to 'i386/intel/pmap.c')
-rw-r--r-- | i386/intel/pmap.c | 5 |
1 files changed, 0 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) { |