Fix build with PSERIES but not POWERNV defined.

This commit is contained in:
Nathan Whitehorn 2018-05-20 18:26:09 +00:00
parent ab361cf9e0
commit 6cff19a3be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333934

View File

@ -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;