]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/ia64/sn/kernel/tiocx.c
[IA64] Convert ia64 to use int-ll64.h
[mirror_ubuntu-artful-kernel.git] / arch / ia64 / sn / kernel / tiocx.c
index 3f864238566d5aa1ae92c854dac9f783985978c4..c1bd1cfda3276c958450d7034ad4b1dc3bd0340c 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) {