From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: linux-next: manual merge of the sfi tree with the tip tree Date: Thu, 3 Sep 2009 19:34:44 +1000 Message-ID: <20090903193444.e236abdb.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from chilli.pcug.org.au ([203.10.76.44]:58106 "EHLO smtps.tip.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754757AbZICJep (ORCPT ); Thu, 3 Sep 2009 05:34:45 -0400 Sender: linux-next-owner@vger.kernel.org List-ID: To: sfi-devel@simplefirmware.org Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Feng Tang , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Hi all, Today's linux-next merge of the sfi tree got a conflict in arch/x86/kernel/setup.c between commit b3f1b617f49447df6c3f5fac9c225aaea8b724ea ("x86: Move get/find_smp_config to x86_init_ops") from the tip tree and commit efafc8b213e67ed148a5b53ade29ee7b48af907d ("x86: add arch-specific SFI support") from the sfi tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc arch/x86/kernel/setup.c index a55f660,d784ea2..0000000 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@@ -984,7 -990,10 +985,9 @@@ void __init setup_arch(char **cmdline_p * Read APIC and some other early information from ACPI tables. */ acpi_boot_init(); + + sfi_init(); -#if defined(CONFIG_X86_MPPARSE) || defined(CONFIG_X86_VISWS) /* * get boot-time SMP configuration: */