Re: [RFC/patch] macro_removal_agp_mtrr.diff

From: Christoph Hellwig
Date: Sat Sep 04 2004 - 05:14:28 EST


> +#define __OS_HAS_AGP (defined(CONFIG_AGP) || defined(CONFIG_AGP_MODULE))

This should be something like

#define __OS_HAS_AGP \
(defined(CONFIG_AGP) || \
(defined(CONFIG_AGP_MODULE) && defined(MODULE)))

else it's okay to me.
-
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/