Re: 64bit clean drivers was Re: Linux 2.4.20-pre1

Jeff Garzik (jgarzik@mandrakesoft.com)
Wed, 07 Aug 2002 12:28:49 -0400


Alan Cox wrote:
> On Wed, 2002-08-07 at 12:56, Andi Kleen wrote:
>
>>Can you please shortly explain what will not be maintainable with my
>>proposal?

> If you think you can do it all nicely with dep_ and not if then prove me
> wrong. I'd actually like to see a working clean implementation because I
> agree about the problem, I'm dubious that the cure right now is better
> than the disease

What I did in the past for alpha was go through source and add something
like

#if BITS_PER_LONG != 32
#error this file is broken for 64-bits
#endif

-
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/