From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932722Ab2DSWAX (ORCPT ); Thu, 19 Apr 2012 18:00:23 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]:39382 "EHLO mail-ob0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932491Ab2DSWAL (ORCPT ); Thu, 19 Apr 2012 18:00:11 -0400 From: David Daney To: Ralf Baechle , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Linus Torvalds , Michal Marek Cc: linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Andrew Morton , David Daney Subject: [PATCH v2 5/5] x86: Select BUILDTIME_EXTABLE_SORT Date: Thu, 19 Apr 2012 14:59:59 -0700 Message-Id: <1334872799-14589-6-git-send-email-ddaney.cavm@gmail.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1334872799-14589-1-git-send-email-ddaney.cavm@gmail.com> References: <1334872799-14589-1-git-send-email-ddaney.cavm@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: David Daney We can sort the exeception table at build time for x86, so let's do it. Signed-off-by: David Daney --- arch/x86/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1d14cc6..2f925cc 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -82,6 +82,7 @@ config X86 select ARCH_HAVE_NMI_SAFE_CMPXCHG select GENERIC_IOMAP select DCACHE_WORD_ACCESS if !DEBUG_PAGEALLOC + select BUILDTIME_EXTABLE_SORT config INSTRUCTION_DECODER def_bool (KPROBES || PERF_EVENTS) -- 1.7.2.3