From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932112Ab2DTAXW (ORCPT ); Thu, 19 Apr 2012 20:23:22 -0400 Received: from terminus.zytor.com ([198.137.202.10]:52950 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755381Ab2DTAXV (ORCPT ); Thu, 19 Apr 2012 20:23:21 -0400 Date: Thu, 19 Apr 2012 17:23:05 -0700 From: tip-bot for David Daney Message-ID: Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org, ralf@linux-mips.org, david.daney@cavium.com, tglx@linutronix.de, hpa@linux.intel.com Reply-To: mingo@kernel.org, hpa@zytor.com, linux-kernel@vger.kernel.org, ralf@linux-mips.org, david.daney@cavium.com, tglx@linutronix.de, hpa@linux.intel.com In-Reply-To: <1334872799-14589-5-git-send-email-ddaney.cavm@gmail.com> References: <1334872799-14589-5-git-send-email-ddaney.cavm@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:x86/extable] MIPS: Select BUILDTIME_EXTABLE_SORT Git-Commit-ID: 4b0544955a7b7fd363ac8fa709b70c8e7c3cfbea X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (terminus.zytor.com [127.0.0.1]); Thu, 19 Apr 2012 17:23:12 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 4b0544955a7b7fd363ac8fa709b70c8e7c3cfbea Gitweb: http://git.kernel.org/tip/4b0544955a7b7fd363ac8fa709b70c8e7c3cfbea Author: David Daney AuthorDate: Thu, 19 Apr 2012 14:59:58 -0700 Committer: H. Peter Anvin CommitDate: Thu, 19 Apr 2012 15:06:56 -0700 MIPS: Select BUILDTIME_EXTABLE_SORT We can sort the exeception table at build time for MIPS, so let's do it. Signed-off-by: David Daney Link: http://lkml.kernel.org/r/1334872799-14589-5-git-send-email-ddaney.cavm@gmail.com Acked-by: Ralf Baechle Signed-off-by: H. Peter Anvin --- arch/mips/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ce30e2f..780a769 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -29,6 +29,7 @@ config MIPS select HAVE_MEMBLOCK select HAVE_MEMBLOCK_NODE_MAP select ARCH_DISCARD_MEMBLOCK + select BUILDTIME_EXTABLE_SORT menu "Machine selection"