X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fia64%2Fia32%2Fia32priv.h;h=68ceb4e690c7a63a91960f750ab6282094938246;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=ccb98ed48e58d27467e53f8e38830cab3b52b7c4;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/arch/ia64/ia32/ia32priv.h b/arch/ia64/ia32/ia32priv.h index ccb98ed48..68ceb4e69 100644 --- a/arch/ia64/ia32/ia32priv.h +++ b/arch/ia64/ia32/ia32priv.h @@ -29,9 +29,9 @@ struct partial_page { struct partial_page *next; /* linked list, sorted by address */ struct rb_node pp_rb; - /* 64K is the largest "normal" page supported by ia64 ABI. So 4K*64 + /* 64K is the largest "normal" page supported by ia64 ABI. So 4K*32 * should suffice.*/ - unsigned long bitmap; + unsigned int bitmap; unsigned int base; };