Fix the build.
This commit is contained in:
parent
2057b58b17
commit
995df27c66
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user