Remove physmap from the arm64 machdep.h. This was missed in r334162.

This commit is contained in:
andrew 2018-05-24 16:07:47 +00:00
parent 68fee8f725
commit ab7acde2c2

View File

@ -45,9 +45,6 @@ enum arm64_bus {
extern enum arm64_bus arm64_bus_method;
extern vm_paddr_t physmap[];
extern u_int physmap_idx;
void dbg_init(void);
void initarm(struct arm64_bootparams *);
extern void (*pagezero)(void *);