From patchwork Mon Mar 21 20:47:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Meelis Roos X-Patchwork-Id: 648911 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p2LKlHFK025135 for ; Mon, 21 Mar 2011 20:47:17 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754339Ab1CUUrR (ORCPT ); Mon, 21 Mar 2011 16:47:17 -0400 Received: from smtp1.it.da.ut.ee ([193.40.5.66]:59431 "EHLO smtp1.it.da.ut.ee" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754309Ab1CUUrR (ORCPT ); Mon, 21 Mar 2011 16:47:17 -0400 Received: from math.ut.ee (math.ut.ee [193.40.36.2]) by smtp1.it.da.ut.ee (Postfix) with ESMTP id AC8B36E4D7B; Mon, 21 Mar 2011 22:47:15 +0200 (EET) Received: by math.ut.ee (Postfix, from userid 1014) id 950DCDAF81; Mon, 21 Mar 2011 22:47:15 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by math.ut.ee (Postfix) with ESMTP id 8A881DAF80; Mon, 21 Mar 2011 22:47:15 +0200 (EET) Date: Mon, 21 Mar 2011 22:47:15 +0200 (EET) From: Meelis Roos To: James Bottomley cc: linux-parisc@vger.kernel.org Subject: Re: [PARISC] fix pacache .size with new binutils In-Reply-To: <1300739513.10634.39.camel@mulgrave.site> Message-ID: References: <1300739513.10634.39.camel@mulgrave.site> User-Agent: Alpine 1.00 (SOC 882 2007-12-20) MIME-Version: 1.0 Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Mon, 21 Mar 2011 20:47:17 +0000 (UTC) diff --git a/arch/parisc/kernel/pacache.S b/arch/parisc/kernel/pacache.S index a858236..93ff3d9 100644 --- a/arch/parisc/kernel/pacache.S +++ b/arch/parisc/kernel/pacache.S @@ -817,10 +817,7 @@ ENTRY(purge_kernel_dcache_page) .procend ENDPROC(purge_kernel_dcache_page) - - .export flush_user_dcache_range_asm - -flush_user_dcache_range_asm: +ENTRY(flush_user_dcache_range_asm) .proc .callinfo NO_CALLS .entry @@ -839,6 +836,7 @@ flush_user_dcache_range_asm: .exit .procend +ENDPROC(flush_user_dcache_range_asm) ENTRY(flush_kernel_dcache_range_asm) .proc