mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 00:21:17 +00:00
openrisc idle: delete pm_idle
pm_idle() on openrisc was dead code. Signed-off-by: Len Brown <len.brown@intel.com> Cc: linux@lists.openrisc.net
This commit is contained in:
parent
7626f93316
commit
ed9831407b
1 changed files with 0 additions and 5 deletions
|
@ -39,11 +39,6 @@
|
||||||
|
|
||||||
void (*powersave) (void) = NULL;
|
void (*powersave) (void) = NULL;
|
||||||
|
|
||||||
static inline void pm_idle(void)
|
|
||||||
{
|
|
||||||
barrier();
|
|
||||||
}
|
|
||||||
|
|
||||||
void cpu_idle(void)
|
void cpu_idle(void)
|
||||||
{
|
{
|
||||||
set_thread_flag(TIF_POLLING_NRFLAG);
|
set_thread_flag(TIF_POLLING_NRFLAG);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue