From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3tHTzZ4SXTzDvmp for ; Mon, 14 Nov 2016 23:17:14 +1100 (AEDT) In-Reply-To: <1478227183-10299-1-git-send-email-mpe@ellerman.id.au> To: Michael Ellerman , linuxppc-dev@ozlabs.org From: Michael Ellerman Subject: Re: powerpc/asm: Allow including ppc_asm.h in asm files Message-Id: <3tHTzZ27nxz9t0q@ozlabs.org> Date: Mon, 14 Nov 2016 23:17:14 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2016-04-11 at 02:39:43 UTC, Michael Ellerman wrote: > There's no reason to #error if we include ppc_asm.h in asm files, the > ifdef already prevents any problems. > > Signed-off-by: Michael Ellerman Applied to powerpc next. https://git.kernel.org/powerpc/c/e3f2c6c39371c0e67c7fd6ebcb8b74 cheers