From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753578AbcHPPOs (ORCPT ); Tue, 16 Aug 2016 11:14:48 -0400 Received: from mail1.windriver.com ([147.11.146.13]:56136 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753259AbcHPPOr (ORCPT ); Tue, 16 Aug 2016 11:14:47 -0400 From: Paul Gortmaker To: CC: Paul Gortmaker Subject: [PATCH 0/2] ia64: make use of new extable.h header Date: Tue, 16 Aug 2016 11:14:41 -0400 Message-ID: <20160816151443.31082-1-paul.gortmaker@windriver.com> X-Mailer: git-send-email 2.8.4 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org We forked the exception table content out of module.h into a new extable.h file[1]. We temporarily include extable.h into the module.h itself. Now we work our way across the arch independent and arch specific files needing just exception table content, and move them off module.h and onto extable.h Once that is done, we can remove the extable.h from module.h and in doing it like this, we avoid introducing build failures into the git history. Here we move ia64 onto using the new header, and in doing so also macro-ize something in uaccess.h to make it more consistent with the rest of that file. Paul. [1] https://lkml.org/lkml/2016/7/24/224 -- Paul Gortmaker (2): ia64: macro-ize ia64_done_with_exception in asm/uaccess.h ia64: ensure exception table search users include extable.h arch/ia64/include/asm/uaccess.h | 28 ++++++++++++++-------------- arch/ia64/kernel/kprobes.c | 2 +- arch/ia64/kernel/traps.c | 3 ++- arch/ia64/kernel/unaligned.c | 1 + arch/ia64/mm/fault.c | 1 + 5 files changed, 19 insertions(+), 16 deletions(-) -- 2.8.4