tree: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-cpufreq-test head: 5aa17174c8e461237d273d58857f1f70c42fe5c5 commit: 7a07e75efe8c7efb3123b2960531c6472c33f037 [34/39] cpufreq: governor: Clean up load-related computations config: sh-sh7785lcr_32bit_defconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout 7a07e75efe8c7efb3123b2960531c6472c33f037 # save the attached .config to linux build tree make.cross ARCH=sh All errors (new ones prefixed by >>): drivers/built-in.o: In function `cpufreq_governor_dbs': >> drivers/cpufreq/cpufreq_governor.c:642: undefined reference to `__udivdi3' vim +642 drivers/cpufreq/cpufreq_governor.c 4471a34f Viresh Kumar 2012-10-26 636 break; dc7f4332 Rafael J. Wysocki 2016-02-05 637 } 4471a34f Viresh Kumar 2012-10-26 638 } 714a2d9c Viresh Kumar 2015-06-04 639 cb6ac529 Rafael J. Wysocki 2016-02-07 640 mutex_unlock(&dbs_data_mutex); 714a2d9c Viresh Kumar 2015-06-04 641 return ret; 4471a34f Viresh Kumar 2012-10-26 @642 } 4471a34f Viresh Kumar 2012-10-26 643 EXPORT_SYMBOL_GPL(cpufreq_governor_dbs); :::::: The code at line 642 was first introduced by commit :::::: 4471a34f9a1f2da220272e823bdb8e8fa83a7661 cpufreq: governors: remove redundant code :::::: TO: Viresh Kumar :::::: CC: Rafael J. Wysocki --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation