From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754193AbeALEZc (ORCPT + 1 other); Thu, 11 Jan 2018 23:25:32 -0500 Received: from mx2.suse.de ([195.135.220.15]:42359 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753955AbeALEZa (ORCPT ); Thu, 11 Jan 2018 23:25:30 -0500 Message-ID: <1515731128.10188.32.camel@suse.de> Subject: [x86-tip] RSDP changes converted i4790 box SMP -> UP From: Mike Galbraith To: Juergen Gross Cc: LKML , Thomas Gleixner , Peter Zijlstra , Ingo Molnar Date: Fri, 12 Jan 2018 05:25:28 +0100 In-Reply-To: <1515694412.7054.10.camel@suse.de> References: <1515675936.7350.15.camel@suse.de> <20180111133723.d7x3sekanz5jhut2@gmail.com> <1515682631.16805.3.camel@suse.de> <20180111150331.7zzkd7awdxele54b@gmail.com> <20180111151044.GC6176@hirez.programming.kicks-ass.net> <1515694412.7054.10.camel@suse.de> Content-Type: text/plain; charset="ISO-8859-15" X-Mailer: Evolution 3.20.5 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Juergen, Yesterday I wanted to test the RETPOLINE stuff in tip and tip-rt, but discovered instead that my box had turned into a complete slug, not due to incredible RETPOLINE overhead, rather because box had forgotten that it had more than one CPU.  I was going to leave it for the weekend, but firing up gitk over morning java, I noticed the commits below, and sure enough, that's what broke my box.  Given other people's boxen work, seems likely that the authors of the AMI BIOS in this box were a bit more creative than usual. commit 9ede5d5e672586e016eadd5c0aedb6f12e660029 (HEAD -> x86-tip) Author: Mike Galbraith Date: Fri Jan 12 04:17:52 2018 +0100 Revert "x86/boot: Add the ACPI RSDP address to struct setup_header::acpi_rdsp_addr" This reverts commit 2f74cbf947f45fa082dda8eac1a1f1299a372f49. commit 0d0b6a9a0d452eaf635580fce8319d49be8b45ed Author: Mike Galbraith Date: Fri Jan 12 04:17:30 2018 +0100 Revert "x86/acpi: Take the RSDP address for boot parameters if available" This reverts commit 0c89cf36424f7c1177de8a5712514d7cc2eb369f. commit 2e9b091da44e75f16b8bad776f40de83abb637ff (origin/x86-tip) Merge: 41c34211458c 1ccb8feda747 Author: Ingo Molnar Date: Thu Jan 11 06:54:18 2018 +0100 Merge branch 'perf/core'