Date: Mon, 23 Nov 2015 18:20:33 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r291216 - head/sys/arm/arm Message-ID: <201511231820.tANIKXRh063859@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: andrew Date: Mon Nov 23 18:20:32 2015 New Revision: 291216 URL: https://svnweb.freebsd.org/changeset/base/291216 Log: Use #ifdef to get the file compiling without errors Modified: head/sys/arm/arm/pmu.c Modified: head/sys/arm/arm/pmu.c ============================================================================== --- head/sys/arm/arm/pmu.c Mon Nov 23 18:00:55 2015 (r291215) +++ head/sys/arm/arm/pmu.c Mon Nov 23 18:20:32 2015 (r291216) @@ -89,7 +89,7 @@ static struct ofw_compat_data compat_dat static struct resource_spec pmu_spec[] = { { SYS_RES_IRQ, 0, RF_ACTIVE }, /* We don't currently handle pmu events, other than on cpu 0 */ -#if notyet +#ifdef notyet { SYS_RES_IRQ, 1, RF_ACTIVE | RF_OPTIONAL }, { SYS_RES_IRQ, 2, RF_ACTIVE | RF_OPTIONAL }, { SYS_RES_IRQ, 3, RF_ACTIVE | RF_OPTIONAL },
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511231820.tANIKXRh063859>