On Wed 18 Oct 2000 19:23:54 +0100,
   David Woodhouse <[EMAIL PROTECTED]> wrote:
> Don't you need to deal with the !CONFIG_AGP case correctly?

This should already be dealt with in the Makefile -- if !CONFIG_AGP,
then the file that we've been talking about (agpsupport.c) isn't
compiled.

(So, yes, you can still customize a drm module for your specific
kernel.  But I'm arguing for the ability to build a generic drm module
that will determine agpgart presence at run time and use it if needed.)

> [EMAIL PROTECTED] said:
> > [Note that the other way to fix this would be to export
> > get_module_symbol all the time, and have it just search the available
> > symbol space if CONFIG_MODULES is 'n'.]
> 
> There is no available symbol space if CONFIG_MODULES is 'n'. 

Oh :(

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to