summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/irq_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/irq_64.c')
-rw-r--r--arch/powerpc/kernel/irq_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/irq_64.c b/arch/powerpc/kernel/irq_64.c
index 938e66829eae..d5c48d1b0a31 100644
--- a/arch/powerpc/kernel/irq_64.c
+++ b/arch/powerpc/kernel/irq_64.c
@@ -230,7 +230,7 @@ again:
* This allows interrupts to be unmasked without hard disabling, and
* also without new hard interrupts coming in ahead of pending ones.
*/
- asm_volatile_goto(
+ asm goto(
"1: \n"
" lbz 9,%0(13) \n"
" cmpwi 9,0 \n"