1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00

Move an external declaration to the appropriate header file.

This commit is contained in:
Alan Cox 2011-03-26 06:21:05 +00:00
parent 22933fac2f
commit 1587dfd730
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220021
2 changed files with 1 additions and 2 deletions

View File

@ -53,8 +53,6 @@ CTASSERT(sizeof(struct kerneldumpheader) == 512);
#define MD_ALIGN(x) (((off_t)(x) + PAGE_MASK) & ~PAGE_MASK)
#define DEV_ALIGN(x) (((off_t)(x) + (DEV_BSIZE-1)) & ~(DEV_BSIZE-1))
extern uint64_t KPDPphys;
uint64_t *vm_page_dump;
int vm_page_dump_size;

View File

@ -180,6 +180,7 @@ typedef u_int64_t pml4_entry_t;
#define PML4map ((pd_entry_t *)(addr_PML4map))
#define PML4pml4e ((pd_entry_t *)(addr_PML4pml4e))
extern u_int64_t KPDPphys; /* physical address of kernel level 3 */
extern u_int64_t KPML4phys; /* physical address of kernel level 4 */
/*