From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0206.outbound.protection.outlook.com [207.46.163.206]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45F922C00AD for ; Wed, 18 Dec 2013 14:03:22 +1100 (EST) Message-ID: <1387335782.3140.11.camel@snotra.buserror.net> Subject: Re: [v3][PATCH 1/8] powerpc/book3e: rename interrupt_end_book3e with __end_interrupts From: Scott Wood To: Tiejun Chen Date: Tue, 17 Dec 2013 21:03:02 -0600 In-Reply-To: <1373357007-30785-2-git-send-email-tiejun.chen@windriver.com> References: <1373357007-30785-1-git-send-email-tiejun.chen@windriver.com> <1373357007-30785-2-git-send-email-tiejun.chen@windriver.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2013-07-09 at 16:03 +0800, Tiejun Chen wrote: > We can rename 'interrupt_end_book3e' with '__end_interrupts' then > book3s/book3e can share this unique label to make sure we can use > this conveniently. > > Signed-off-by: Tiejun Chen What users of this do you plan to share between book3s and book3e? I'm not seeing any existing book3s users that are obviously applicable to book3e -- they mainly involve copying exception vectors which we shouldn't need to do. -Scott