mirror of
https://github.com/torvalds/linux.git
synced 2026-04-24 17:42:27 -04:00
selftests/rseq: Fix warnings about #if checks of undefined tokens
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20220124171253.22072-12-mathieu.desnoyers@efficios.com
This commit is contained in:
committed by
Peter Zijlstra
parent
26dc8a6d8e
commit
d7ed99ade3
@@ -161,7 +161,7 @@ unsigned int yield_mod_cnt, nr_abort;
|
||||
" cbnz " INJECT_ASM_REG ", 222b\n" \
|
||||
"333:\n"
|
||||
|
||||
#elif __PPC__
|
||||
#elif defined(__PPC__)
|
||||
|
||||
#define RSEQ_INJECT_INPUT \
|
||||
, [loop_cnt_1]"m"(loop_cnt[1]) \
|
||||
|
||||
Reference in New Issue
Block a user