1
0
Fork 0

openrisc: Make cpu_relax() invoke barrier()

Make cpu_relax() invoke barrier() to be the same as other arches.

Signed-off-by: Vladimir Murzin <murzin.v@gmail.com>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
hifive-unleashed-5.1
Vladimir Murzin 2012-09-17 20:57:08 +04:00 committed by Jonas Bonn
parent e2bebb4ae6
commit 9b76beb071
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ extern unsigned long thread_saved_pc(struct task_struct *t);
#define init_stack (init_thread_union.stack)
#define cpu_relax() do { } while (0)
#define cpu_relax() barrier()
#endif /* __ASSEMBLY__ */
#endif /* __ASM_OPENRISC_PROCESSOR_H */