svn commit: r255228 - head/sys/dev/hwpmc

Justin Hibbits jhibbits at FreeBSD.org
Thu Sep 5 01:13:27 UTC 2013


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)


More information about the svn-src-all mailing list