Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 19 Feb 2002 20:46:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 19 Feb 2002 20:46:08 -0500 Received: from toole.uol.com.br ([200.231.206.186]:10719 "EHLO toole.uol.com.br") by vger.kernel.org with ESMTP id ; Tue, 19 Feb 2002 20:46:00 -0500 Date: Tue, 19 Feb 2002 22:45:54 -0300 (BRT) From: Jean Paul Sartre To: Linux Kernel Mailing List Subject: Re: sis_malloc / sis_free In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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 - 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/