From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932545AbeCMWMr (ORCPT ); Tue, 13 Mar 2018 18:12:47 -0400 Received: from mga03.intel.com ([134.134.136.65]:36113 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932462AbeCMWMq (ORCPT ); Tue, 13 Mar 2018 18:12:46 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,466,1515484800"; d="scan'208";a="207936778" Date: Tue, 13 Mar 2018 15:04:50 -0700 From: Ivan Gorinov To: Thomas Gleixner , Frank Rowand , Andy Shevchenko Cc: Linux Kernel Mailing List , Ingo Molnar , Rob Herring , Mark Rutland Subject: [PATCH v6 0/2] x86/devicetree: Enable multiprocessing Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Current x86 implementation of Device Tree does not support multiprocessing, and the bindings documentation describes the "reg" property as CPU number instead of hardware-assigned local APIC ID. v6: * Calling of_property_read_u32() to get Local APIC ID from "reg" * DT documentation changes: corrected CPU node example and changed the "reg" property description v5: * Using the "reg" property to specify Local APIC ID Ivan Gorinov (2): of: Documentation: Specify local APIC ID in "reg" x86/devicetree: Use CPU description from Device Tree Documentation/devicetree/bindings/x86/ce4100.txt | 37 ++++++++++++++++------ arch/x86/kernel/devicetree.c | 39 +++++++++++++++++------- 2 files changed, 56 insertions(+), 20 deletions(-) -- 2.7.4