oe-kbuild-all.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [frederic-dynticks:timers/idle 4/10] arch/loongarch/kernel/genex.S:22: Error: no match insn: move $r12,((0x1)<<2)
@ 2023-08-11 22:27 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-08-11 22:27 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: oe-kbuild-all, Frederic Weisbecker

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/idle
head:   b66dd12bb29cca558b9323f2b270a7dae8f56c48
commit: 7baad59caefc0707cb1336d7df30b5879a1e6d38 [4/10] loongson: Fix idle VS timer enqueue
config: loongarch-randconfig-r021-20230812 (https://download.01.org/0day-ci/archive/20230812/202308120658.qsODO7vv-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 12.3.0
reproduce: (https://download.01.org/0day-ci/archive/20230812/202308120658.qsODO7vv-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202308120658.qsODO7vv-lkp@intel.com/

All errors (new ones prefixed by >>):

   arch/loongarch/kernel/genex.S: Assembler messages:
>> arch/loongarch/kernel/genex.S:22: Error: no match insn: move	$r12,((0x1)<<2)


vim +22 arch/loongarch/kernel/genex.S

    18	
    19		.align	5
    20	SYM_FUNC_START(__arch_cpu_idle)
    21		/* start of idle interrupt region */
  > 22		move	t0, CSR_CRMD_IE
    23		csrxchg	t0, t0, LOONGARCH_CSR_CRMD
    24		/*
    25		 * If an interrupt lands here; between enabling interrupts above and
    26		 * going idle on the next instruction, we must *NOT* go idle since the
    27		 * interrupt could have set TIF_NEED_RESCHED or caused an timer to need
    28		 * reprogramming. Fall through -- see handle_vint() below -- and have
    29		 * the idle loop take care of things.
    30		 */
    31		idle	0
    32		nop
    33		/* end of idle interrupt region */
    34	SYM_INNER_LABEL(__arch_cpu_idle_exit, SYM_L_LOCAL)
    35		jr	ra
    36	SYM_FUNC_END(__arch_cpu_idle)
    37	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [frederic-dynticks:timers/idle 4/10] arch/loongarch/kernel/genex.S:22: Error: no match insn: move $r12,((0x1)<<2)
@ 2023-08-11 22:58 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-08-11 22:58 UTC (permalink / raw)
  To: Peter Zijlstra; +Cc: oe-kbuild-all, Frederic Weisbecker

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git timers/idle
head:   b66dd12bb29cca558b9323f2b270a7dae8f56c48
commit: 7baad59caefc0707cb1336d7df30b5879a1e6d38 [4/10] loongson: Fix idle VS timer enqueue
config: loongarch-allnoconfig (https://download.01.org/0day-ci/archive/20230812/202308120605.WlEctyI8-lkp@intel.com/config)
compiler: loongarch64-linux-gcc (GCC) 12.3.0
reproduce: (https://download.01.org/0day-ci/archive/20230812/202308120605.WlEctyI8-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202308120605.WlEctyI8-lkp@intel.com/

All errors (new ones prefixed by >>):

   arch/loongarch/kernel/genex.S: Assembler messages:
>> arch/loongarch/kernel/genex.S:22: Error: no match insn: move	$r12,((0x1)<<2)


vim +22 arch/loongarch/kernel/genex.S

    18	
    19		.align	5
    20	SYM_FUNC_START(__arch_cpu_idle)
    21		/* start of idle interrupt region */
  > 22		move	t0, CSR_CRMD_IE
    23		csrxchg	t0, t0, LOONGARCH_CSR_CRMD
    24		/*
    25		 * If an interrupt lands here; between enabling interrupts above and
    26		 * going idle on the next instruction, we must *NOT* go idle since the
    27		 * interrupt could have set TIF_NEED_RESCHED or caused an timer to need
    28		 * reprogramming. Fall through -- see handle_vint() below -- and have
    29		 * the idle loop take care of things.
    30		 */
    31		idle	0
    32		nop
    33		/* end of idle interrupt region */
    34	SYM_INNER_LABEL(__arch_cpu_idle_exit, SYM_L_LOCAL)
    35		jr	ra
    36	SYM_FUNC_END(__arch_cpu_idle)
    37	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-11 22:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-11 22:27 [frederic-dynticks:timers/idle 4/10] arch/loongarch/kernel/genex.S:22: Error: no match insn: move $r12,((0x1)<<2) kernel test robot
2023-08-11 22:58 kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).