From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270519AbTHCBiO (ORCPT ); Sat, 2 Aug 2003 21:38:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270510AbTHCBiO (ORCPT ); Sat, 2 Aug 2003 21:38:14 -0400 Received: from rwcrmhc11.comcast.net ([204.127.198.35]:12953 "EHLO rwcrmhc11.comcast.net") by vger.kernel.org with ESMTP id S270519AbTHCBiN (ORCPT ); Sat, 2 Aug 2003 21:38:13 -0400 From: Miles Lane To: linux-kernel@vger.kernel.org Subject: Re: 2.4.21-bk25 -- agpgart_be.c:95:2: #error "Please define flush_cache." Date: Sat, 2 Aug 2003 18:38:10 -0700 User-Agent: KMail/1.5.9 References: <200308021833.30237.miles.lane@comcast.net> In-Reply-To: <200308021833.30237.miles.lane@comcast.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200308021838.10800.miles.lane@comcast.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Is this happening because the LinuxPPC folks haven't put Uninorth AGP support in yet? CONFIG_AGP=y CONFIG_DRM=y CONFIG_DRM_NEW=y CONFIG_DRM_RADEON=y On Sat August 2 2003 6:33 pm, Miles Lane wrote: > make[4]: Entering directory `/home/usr/src/linux-2.4.21/drivers/char/agp' > gcc -D__KERNEL__ -I/home/usr/src/linux-2.4.21/include -Wall > -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common > -fomit-frame-pointer -I/home/usr/src/linux-2.4.21/arch/ppc -fsigned-char > -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mstring > -nostdinc -iwithprefix include -DKBUILD_BASENAME=agpgart_be > -DEXPORT_SYMTAB -c agpgart_be.c > agpgart_be.c:95:2: #error "Please define flush_cache." > agpgart_be.c:401: warning: `agp_generic_agp_enable' defined but not used > agpgart_be.c:494: warning: `agp_generic_create_gatt_table' defined but not > used > agpgart_be.c:618: warning: `agp_generic_suspend' defined but not used > agpgart_be.c:623: warning: `agp_generic_resume' defined but not used > agpgart_be.c:628: warning: `agp_generic_free_gatt_table' defined but not > used agpgart_be.c:680: warning: `agp_generic_insert_memory' defined but not > used agpgart_be.c:742: warning: `agp_generic_remove_memory' defined but not > used agpgart_be.c:759: warning: `agp_generic_alloc_by_type' defined but not > used agpgart_be.c:764: warning: `agp_generic_free_by_type' defined but not > used agpgart_be.c:782: warning: `agp_generic_alloc_page' defined but not > used agpgart_be.c:802: warning: `agp_generic_destroy_page' defined but not > used make[4]: *** [agpgart_be.o] Error 1