aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/patch.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/kernel/patch.c')
-rw-r--r--arch/ia64/kernel/patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/patch.c b/arch/ia64/kernel/patch.c
index 64c6f95daa34..68a1311db806 100644
--- a/arch/ia64/kernel/patch.c
+++ b/arch/ia64/kernel/patch.c
@@ -249,7 +249,7 @@ void ia64_patch_phys_stack_reg(unsigned long val)
249 while (offp < end) { 249 while (offp < end) {
250 ip = (u64) offp + *offp; 250 ip = (u64) offp + *offp;
251 ia64_patch(ip, mask, imm); 251 ia64_patch(ip, mask, imm);
252 ia64_fc(ip); 252 ia64_fc((void *)ip);
253 ++offp; 253 ++offp;
254 } 254 }
255 ia64_sync_i(); 255 ia64_sync_i();