dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move its

declaration out of the #ifdef.
This commit is contained in:
cognet 2005-10-04 16:29:31 +00:00
parent 947a0d1c66
commit 6d1f0bd555

View File

@ -517,8 +517,8 @@ struct arm_small_page {
TAILQ_ENTRY(arm_small_page) pg_list;
};
extern vm_paddr_t dump_avail[];
#endif
extern vm_paddr_t dump_avail[];
#endif /* _KERNEL */
#endif /* !LOCORE */