Fix the build.

This commit is contained in:
Justin Hibbits 2013-09-05 01:13:26 +00:00
parent 2057b58b17
commit 995df27c66

View File

@ -46,6 +46,8 @@ __FBSDID("$FreeBSD$");
#define INKERNEL(x) (((vm_offset_t)(x)) <= VM_MAX_KERNEL_ADDRESS && \
((vm_offset_t)(x)) >= VM_MIN_KERNEL_ADDRESS)
struct powerpc_cpu **powerpc_pcpu;
int
pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples,
struct trapframe *tf)