diff options
Diffstat (limited to 'arch/microblaze/kernel/signal.c')
-rw-r--r-- | arch/microblaze/kernel/signal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/signal.c b/arch/microblaze/kernel/signal.c index d26d7e7a6913..49a07a4d76d0 100644 --- a/arch/microblaze/kernel/signal.c +++ b/arch/microblaze/kernel/signal.c | |||
@@ -216,7 +216,7 @@ static int setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, | |||
216 | /* MS: I need add offset in page */ | 216 | /* MS: I need add offset in page */ |
217 | address += ((unsigned long)frame->tramp) & ~PAGE_MASK; | 217 | address += ((unsigned long)frame->tramp) & ~PAGE_MASK; |
218 | /* MS address is virtual */ | 218 | /* MS address is virtual */ |
219 | address = virt_to_phys(address); | 219 | address = __virt_to_phys(address); |
220 | invalidate_icache_range(address, address + 8); | 220 | invalidate_icache_range(address, address + 8); |
221 | flush_dcache_range(address, address + 8); | 221 | flush_dcache_range(address, address + 8); |
222 | } | 222 | } |