Re: sis_malloc / sis_free

Jean Paul Sartre (sartre@linuxbr.com)
Tue, 19 Feb 2002 22:45:54 -0300 (BRT)


On Wed, 20 Feb 2002, Alan Cox wrote:

> > 'shares' code with the fb code. What if I have SIS framebuffer disabled
> > and SIS DRM code enabled? In 2.4.18-rc2, the SIS DRM code does not compile
> > from the lack of sis_malloc and sis_free function.
>
> SIS DRM requires the SIS frame buffer.

These are the compiling errors in make bzImage:

drivers/char/drm/drm.o: In function `sis_fb_alloc':
drivers/char/drm/drm.o(.text+0x451c6): undefined reference to `sis_malloc'
drivers/char/drm/drm.o(.text+0x4520d): undefined reference to `sis_free'
drivers/char/drm/drm.o: In function `sis_fb_free':
drivers/char/drm/drm.o(.text+0x45352): undefined reference to `sis_free'
drivers/char/drm/drm.o: In function `sis_final_context':
drivers/char/drm/drm.o(.text+0x45806): undefined reference to `sis_free'
make: *** [vmlinux] Error 1

(so, DRM code does not take sis_malloc nor sis_free functions from
the FB code, that I expected to see)

[]s,
Cesar Suga <sartre@linuxbr.com>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/