> From: [email protected] [mailto:[email protected]] > Sent: Tuesday, 28 February 2017 14:13 > > Hi, > > This series failed build test on s390x host. Please find the details below. [..] > /var/tmp/patchew-tester-tmp-64adnjjr/src/target/arm/helper.c:931:23: > error: ‘pmreg_access_ccntr’ defined but not used [-Werror=unused- > function] > static CPAccessResult pmreg_access_ccntr(CPUARMState *env, > ^~~~~~~~~~~~~~~~~~ > /var/tmp/patchew-tester-tmp-64adnjjr/src/target/arm/helper.c:917:23: > error: ‘pmreg_access_selr’ defined but not used [-Werror=unused-function] > static CPAccessResult pmreg_access_selr(CPUARMState *env, > ^~~~~~~~~~~~~~~~~
Oops, these need to be protected with #ifndef CONFIG_USER_ONLY... will be fixed in v2, but I'll wait for any other feedback. Andrew
