Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S269848AbUJVIqf (ORCPT ); Fri, 22 Oct 2004 04:46:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270746AbUJVIqc (ORCPT ); Fri, 22 Oct 2004 04:46:32 -0400 Received: from pD9E39197.dip.t-dialin.net ([217.227.145.151]:62981 "EHLO pro01.local.promotion-ie.de") by vger.kernel.org with ESMTP id S269848AbUJVIqb (ORCPT ); Fri, 22 Oct 2004 04:46:31 -0400 From: alex@local.promotion-ie.de Subject: Re: [ALPHA 2.6.9] __ioremap gone in include/asm-alpha/io.h To: Kernel-List In-Reply-To: <1098432320.30655.8.camel@pro30.local.promotion-ie.de> References: <1098432320.30655.8.camel@pro30.local.promotion-ie.de> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1098434690.30820.29.camel@pro30.local.promotion-ie.de> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 22 Oct 2004 10:44:50 +0200 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1075 Lines: 29 Am Fr, den 22.10.2004 schrieb Alexander Rauth um 10:05: > In 2.6.9 __ioremap( ) is gone in include/asm-alpha/io.h resp. the > #define that linked alphas generic ioremap was deleted > > Which brakes build on alpha. > Could we revert the cleanup that caused this???? > Or complete it ???? I forgot the compile log ... CHK include/linux/compile.h UPD include/linux/compile.h CC init/version.o LD init/built-in.o LD .tmp_vmlinux1 drivers/built-in.o(.text+0xdbac): In function `fb_mmap': include/asm/io.h:73: undefined reference to `__ioremap' drivers/built-in.o(.text+0xdbbc):include/asm/io.h:73: undefined reference to `__ioremap' make: *** [.tmp_vmlinux1] Error 1 adding following line to include/asm-alpha/io.h fixed compile: #define __ioremap(a,s) alpha_mv.mv_ioremap((unsigned long)(a),(s)) - 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/