File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -410,15 +410,6 @@ config ARC_DBG_TLB_MISS_COUNT
410410 Counts number of I and D TLB Misses and exports them via Debugfs
411411 The counters can be cleared via Debugfs as well
412412
413- config ARC_DISABLE_SLEEP_ISN
414- bool "Disable sleep instruction"
415- default n
416- depends on ARC_DBG
417- help
418- Disables the sleep instruction in the idle loop, and burn cycles
419- instead. This is required to (partially) work around a timing
420- inconsistency issue with nSIM
421-
422413config CMDLINE_UBOOT
423414 bool "Support U-boot kernel command line passing"
424415 default n
Original file line number Diff line number Diff line change @@ -43,12 +43,8 @@ SYSCALL_DEFINE0(arc_gettls)
4343
4444void arch_cpu_idle (void )
4545{
46- #ifndef CONFIG_ARC_DISABLE_SLEEP_ISN
4746 /* sleep, but enable all interrupts before committing */
4847 __asm__("sleep 0x3" );
49- #else
50- local_irq_enable ();
51- #endif
5248}
5349
5450asmlinkage void ret_from_fork (void );
You can’t perform that action at this time.
0 commit comments