tree: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git drivers-for-v4.13 head: 895c7e91d84c0f0e207ad909482ed70b5f3c806f commit: 895c7e91d84c0f0e207ad909482ed70b5f3c806f [3/3] soc: renesas: rcar-sysc: Use GENPD_FLAG_ALWAYS_ON config: ia64-allmodconfig (attached as .config) compiler: ia64-linux-gcc (GCC) 6.2.0 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 895c7e91d84c0f0e207ad909482ed70b5f3c806f # save the attached .config to linux build tree make.cross ARCH=ia64 All errors (new ones prefixed by >>): drivers/soc/renesas/rcar-sysc.c: In function 'rcar_sysc_pd_setup': >> drivers/soc/renesas/rcar-sysc.c:209:19: error: 'GENPD_FLAG_ALWAYS_ON' undeclared (first use in this function) genpd->flags |= GENPD_FLAG_ALWAYS_ON; ^~~~~~~~~~~~~~~~~~~~ drivers/soc/renesas/rcar-sysc.c:209:19: note: each undeclared identifier is reported only once for each function it appears in vim +/GENPD_FLAG_ALWAYS_ON +209 drivers/soc/renesas/rcar-sysc.c 203 if (pd->flags & PD_CPU) { 204 /* 205 * This domain contains a CPU core and therefore it should 206 * only be turned off if the CPU is not in use. 207 */ 208 pr_debug("PM domain %s contains %s\n", name, "CPU"); > 209 genpd->flags |= GENPD_FLAG_ALWAYS_ON; 210 } else if (pd->flags & PD_SCU) { 211 /* 212 * This domain contains an SCU and cache-controller, and --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip