Re: [PATCH] a100u2w: Convert into Linux style

From: Christoph Hellwig
Date: Thu Jun 14 2007 - 19:09:18 EST


On Fri, Jun 15, 2007 at 12:11:22AM +0100, Alan Cox wrote:
> - Remove the BSD dual licence on the new work
> - Switch the if ALPHA to if __LP64__. (struct size is then right elsewhere)

__LP64__ is not a correct check unfortunately. Please use
CONFIG_64BIT instead.

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