dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move its
declaration out of the #ifdef.
This commit is contained in:
parent
947a0d1c66
commit
6d1f0bd555
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user