Re: ioremap()/PCI sickness in 2.4.18-rc2 (FIXED ALMOST)

David Mosberger (davidm@hpl.hp.com)
Fri, 22 Feb 2002 10:42:49 -0800


>>>>> On Fri, 22 Feb 2002 11:17:56 -0700, "Jeff V. Merkey" <jmerkey@vger.timpanogas.org> said:

Jeff> On early IA64 long long was assumed to be 64 bit, long 32
Jeff> bit. After emailing some folks off line I relaize this may not
Jeff> be the case any longer, but still is on some compiler options.

In the context of Linux, this is certainly not true. Linux/ia64
always has been LP64 (i.e., sizeof(long)=8). Perhaps you're confusing
this with the hp-ux C compiler, which defaults to ILP32? Another
potential source of confusion is Windows, which uses the P64 data
model (only pointers and "long long" are 64 bits).

--david
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/