X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-alpha%2Fio.h;h=5f4a74357838b6e136158d84d0378e21b37a5e99;hb=746550cff061581f89c687ada8523670768364f2;hp=fccb0fa8c6a104d3916e6f686f871a9e1969dc4f;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/include/asm-alpha/io.h b/include/asm-alpha/io.h index fccb0fa8c..5f4a74357 100644 --- a/include/asm-alpha/io.h +++ b/include/asm-alpha/io.h @@ -9,9 +9,9 @@ * Virtual -> physical identity mapping starts at this offset */ #ifdef USE_48_BIT_KSEG -#define IDENT_ADDR 0xffff800000000000 +#define IDENT_ADDR 0xffff800000000000UL #else -#define IDENT_ADDR 0xfffffc0000000000 +#define IDENT_ADDR 0xfffffc0000000000UL #endif #ifdef __KERNEL__