Re: [SUBJECT CHANGE]: megaraid unified driver version 2.20.0.0-al pha1

From: Matthew Wilcox
Date: Fri Mar 19 2004 - 17:29:03 EST


On Fri, Mar 19, 2004 at 05:17:35PM -0500, Mukker, Atul wrote:
>
> > that you don't do things like
> >
> > #if defined(__x86_64__) || defined(__ia64__)
> > #endif
> >
> > when you really mean
> >
> > #ifdef CONFIG_COMPAT
> > #endif
> What does CONFIG_COMPAT do anyway? We could not find much information about
> it's usage

CONFIG_COMPAT is defined by the 64-bit architectures when they want to
be able to run 32-bit binaries.

--
"Next the statesmen will invent cheap lies, putting the blame upon
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince
himself that the war is just, and will thank God for the better sleep
he enjoys after this process of grotesque self-deception." -- Mark Twain
-
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/