Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Sep 2013 01:13:26 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r255228 - head/sys/dev/hwpmc
Message-ID:  <201309050113.r851DQ6O099424@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309050113.r851DQ6O099424>