RE: [SUBJECT CHANGE]: megaraid unified driver version 2.20.0.0-alpha1

From: Mukker, Atul
Date: Fri Mar 19 2004 - 17:20:53 EST



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