> Hmm, alpha, ia64, mips64, sparc64 and s390 use an `unsigned long' > __kernel_size_t while arm, i386, m68k, mips, ppc, sh and sparc use > `unsigned int'. I think the precedent is there for us to use > `unsigned int' for 32 bit, and `unsigned long' for 64 bit. Ok