X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Fmmzone.h;h=9608d2cf214ac7d33d76661b6bff10cc9dad00c1;hb=04a0551c87363f100b04d28d7a15a632b70e18e7;hp=c87813662d4da83d80d78dc8cb65a7fd43a64822;hpb=199f4c9f76fd8b030405abddf294e771f888de03;p=linux-2.6 diff --git a/include/asm-parisc/mmzone.h b/include/asm-parisc/mmzone.h index c87813662d..9608d2cf21 100644 --- a/include/asm-parisc/mmzone.h +++ b/include/asm-parisc/mmzone.h @@ -35,7 +35,7 @@ extern struct node_map_data node_data[]; #define PFNNID_MAP_MAX 512 /* support 512GB */ extern unsigned char pfnnid_map[PFNNID_MAP_MAX]; -#ifndef __LP64__ +#ifndef CONFIG_64BIT #define pfn_is_io(pfn) ((pfn & (0xf0000000UL >> PAGE_SHIFT)) == (0xf0000000UL >> PAGE_SHIFT)) #else /* io can be 0xf0f0f0f0f0xxxxxx or 0xfffffffff0000000 */