Re: [PATCH] x86_64: permit to configure ISA support also for x86_64 systems

From: Andi Kleen
Date: Fri Sep 16 2011 - 18:33:48 EST




Wolfgang Grandegger <wg-5Yr1BZd7O62+XT7JhA+gdA@xxxxxxxxxxxxxxxx> writes:

> There are 64-bit systems out there, like the ATOM N450, which
> have ISA slots. This patch is necessary to get the "sja1000_isa"
> Socket-CAN driver working on such systems.

Really bad idea.

You'll get a zillion non 64bit safe unmaintained old ISA
drivers then, a non trivial percentage of them will likely
explode when just loaded.

Not to speak of the warning load at allyesconfig builds.

Maybe define a ISA_64 or so.

But it's really a bad idea.

-Andi

--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only

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