diff options
Diffstat (limited to 'arch/blackfin/mach-common/entry.S')
-rw-r--r-- | arch/blackfin/mach-common/entry.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-common/entry.S b/arch/blackfin/mach-common/entry.S index b0ed0b487ff2..01b2f58dfb95 100644 --- a/arch/blackfin/mach-common/entry.S +++ b/arch/blackfin/mach-common/entry.S | |||
@@ -816,8 +816,8 @@ ENDPROC(_resume) | |||
816 | 816 | ||
817 | ENTRY(_ret_from_exception) | 817 | ENTRY(_ret_from_exception) |
818 | #ifdef CONFIG_IPIPE | 818 | #ifdef CONFIG_IPIPE |
819 | p2.l = _per_cpu__ipipe_percpu_domain; | 819 | p2.l = _ipipe_percpu_domain; |
820 | p2.h = _per_cpu__ipipe_percpu_domain; | 820 | p2.h = _ipipe_percpu_domain; |
821 | r0.l = _ipipe_root; | 821 | r0.l = _ipipe_root; |
822 | r0.h = _ipipe_root; | 822 | r0.h = _ipipe_root; |
823 | r2 = [p2]; | 823 | r2 = [p2]; |