Marcel Moolenaar 6f181a80f8 Don't define IA64_PBVM_PAGE_SIZE as 1U shifted to the left by some amount.
The compiler seems to assume it's a 32-bit integral and rounding to the
page size using the standard expression (((u_long)(x) + mask) & ~mask),
results in a 32-bit value. Dropping the 'U' suffix is enough to have the
compiler treat the expression as a 64-bit integral.
2011-03-14 23:49:41 +00:00
..
2011-03-08 18:39:41 +00:00
2011-03-10 19:50:12 +00:00
2011-02-21 09:01:34 +00:00
2010-12-05 10:15:23 +00:00
2011-03-07 22:36:11 +00:00