Author: jhibbits
Date: Thu Sep 5 01:13:26 2013
New Revision: 255228
URL: http://svnweb.freebsd.org/changeset/base/255228
Log:
Fix the build.
Modified:
head/sys/dev/hwpmc/hwpmc_powerpc.c
Modified: head/sys/dev/hwpmc/hwpmc_powerpc.c
==============================================================================
--- head/sys/dev/hwpmc/hwpmc_powerpc.c Thu Sep 5 01:05:48 2013
(r255227)
+++ head/sys/dev/hwpmc/hwpmc_powerpc.c Thu Sep 5 01:13:26 2013
(r255228)
@@ -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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"