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 3tHTzj2ZrxzDvms for ; Mon, 14 Nov 2016 23:17:21 +1100 (AEDT) In-Reply-To: <1478151792-13500-1-git-send-email-mpe@ellerman.id.au> To: Michael Ellerman , linuxppc-dev@ozlabs.org From: Michael Ellerman Cc: npiggin@gmail.com Subject: Re: [v2] powerpc: EX_TABLE macro for exception tables Message-Id: <3tHTzh6VcVz9t5m@ozlabs.org> Date: Mon, 14 Nov 2016 23:17:20 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2016-03-11 at 05:43:12 UTC, Michael Ellerman wrote: > From: Nicholas Piggin > > This macro is taken from s390, and allows more flexibility in > changing exception table format. > > mpe: Put it in ppc_asm.h and only define one version using stringinfy_in_c(). > Add some empty definitions and headers to keep the selftests happy. > Add some missing .previouses in fsl_rio.c and tsi108_pci.c. > > Signed-off-by: Nicholas Piggin > Signed-off-by: Michael Ellerman Applied to powerpc next. https://git.kernel.org/powerpc/c/24bfa6a9e0d4fe414dfc4ad06c93e1 cheers