[IA64] Convert ia64 to use int-ll64.h
[safe/jmp/linux-2.6] / arch / ia64 / sn / kernel / tiocx.c
index 3f86423..c1bd1cf 100644 (file)
@@ -368,7 +368,7 @@ static void tio_corelet_reset(nasid_t nasid, int corelet)
 static int is_fpga_tio(int nasid, int *bt)
 {
        u16 uninitialized_var(ioboard_type);    /* GCC be quiet */
-       s64 rc;
+       long rc;
 
        rc = ia64_sn_sysctl_ioboard_get(nasid, &ioboard_type);
        if (rc) {