]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/kernel/patch.c
ia64: remove some warnings.
[linux-2.6-omap-h63xx.git] / arch / ia64 / kernel / patch.c
index 64c6f95daa342b88a9efd1f5c5eebe942b56bfb1..68a1311db806b49a918c76ecea4af5ca75a55da0 100644 (file)
@@ -249,7 +249,7 @@ void ia64_patch_phys_stack_reg(unsigned long val)
        while (offp < end) {
                ip = (u64) offp + *offp;
                ia64_patch(ip, mask, imm);
-               ia64_fc(ip);
+               ia64_fc((void *)ip);
                ++offp;
        }
        ia64_sync_i();