diff options
Diffstat (limited to 'arch/microblaze/kernel/process.c')
-rw-r--r-- | arch/microblaze/kernel/process.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/process.c b/arch/microblaze/kernel/process.c index a55893807274..7d1a9c8b1f3d 100644 --- a/arch/microblaze/kernel/process.c +++ b/arch/microblaze/kernel/process.c | |||
@@ -160,3 +160,8 @@ int dump_fpu(struct pt_regs *regs, elf_fpregset_t *fpregs) | |||
160 | return 0; /* MicroBlaze has no separate FPU registers */ | 160 | return 0; /* MicroBlaze has no separate FPU registers */ |
161 | } | 161 | } |
162 | #endif /* CONFIG_MMU */ | 162 | #endif /* CONFIG_MMU */ |
163 | |||
164 | void arch_cpu_idle(void) | ||
165 | { | ||
166 | local_irq_enable(); | ||
167 | } | ||