VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / alpha / kernel / core_tsunami.c
index 215a861..8aa305b 100644 (file)
@@ -263,9 +263,9 @@ tsunami_init_one_pchip(tsunami_pchip *pchip, int index)
        hose->sparse_mem_base = 0;
        hose->sparse_io_base = 0;
        hose->dense_mem_base
-         = (TSUNAMI_MEM(index) & 0xffffffffff) | 0x80000000000;
+         = (TSUNAMI_MEM(index) & 0xffffffffffL) | 0x80000000000L;
        hose->dense_io_base
-         = (TSUNAMI_IO(index) & 0xffffffffff) | 0x80000000000;
+         = (TSUNAMI_IO(index) & 0xffffffffffL) | 0x80000000000L;
 
        hose->config_space_base = TSUNAMI_CONF(index);
        hose->index = index;