Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932118Ab1D1IP3 (ORCPT ); Thu, 28 Apr 2011 04:15:29 -0400 Received: from vpn.id2.novell.com ([195.33.99.129]:42905 "EHLO vpn.id2.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754783Ab1D1IPZ convert rfc822-to-8bit (ORCPT ); Thu, 28 Apr 2011 04:15:25 -0400 Message-Id: <4DB93E86020000780003E959@vpn.id2.novell.com> X-Mailer: Novell GroupWise Internet Agent 8.0.1 Date: Thu, 28 Apr 2011 09:16:38 +0100 From: "Jan Beulich" To: , , , Cc: , Subject: [PATCH, v2 0/3, resend] generalize exception table implementation to deal with relative pointers Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 736 Lines: 18 This will allow x86-64 to shrink its exception tables by half, and ia64 to drop its custom implementation. v2: Adjust arch/x86/kernel/test_nx.c (leading to some tests no longer getting run on x86-64) and indent some pre-processor directives in patch #2. 1/3: x86-64: use macros to generate exception table entries 2/3: x86-64: use relative 32-bit pointers in exception tables 3/3: ia64: drop custom exception table implementation Signed-off-by: Jan Beulich -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/