Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2018 18:26:10 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333934 - head/sys/powerpc/pseries
Message-ID:  <201805201826.w4KIQAKC089694@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sun May 20 18:26:09 2018
New Revision: 333934
URL: https://svnweb.freebsd.org/changeset/base/333934

Log:
  Fix build with PSERIES but not POWERNV defined.

Modified:
  head/sys/powerpc/pseries/xics.c

Modified: head/sys/powerpc/pseries/xics.c
==============================================================================
--- head/sys/powerpc/pseries/xics.c	Sun May 20 18:18:56 2018	(r333933)
+++ head/sys/powerpc/pseries/xics.c	Sun May 20 18:26:09 2018	(r333934)
@@ -139,7 +139,9 @@ static driver_t xics_driver = {
 	0
 };
 
+#ifdef POWERNV
 static uint32_t cpu_xirr[MAXCPU];
+#endif
 
 static devclass_t xicp_devclass;
 static devclass_t xics_devclass;



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