From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933174AbXGKTXV (ORCPT ); Wed, 11 Jul 2007 15:23:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761132AbXGKTTa (ORCPT ); Wed, 11 Jul 2007 15:19:30 -0400 Received: from terminus.zytor.com ([192.83.249.54]:38274 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765423AbXGKTT3 (ORCPT ); Wed, 11 Jul 2007 15:19:29 -0400 From: "H. Peter Anvin" To: torvalds@linux-foundation.org, andi@firstfloor.org, linux-kernel@vger.kernel.org Cc: "H. Peter Anvin" Subject: [x86 setup 11/33] x86-64: add CONFIG_PHYSICAL_ALIGN for consistency with i386 Date: Wed, 11 Jul 2007 12:18:36 -0700 Message-Id: <11841815402349-git-send-email-hpa@zytor.com> X-Mailer: git-send-email 1.5.2.2 In-Reply-To: <11841815403041-git-send-email-hpa@zytor.com> References: <1184181538674-git-send-email-hpa@zytor.com> <118418153862-git-send-email-hpa@zytor.com> <11841815382283-git-send-email-hpa@zytor.com> <11841815392122-git-send-email-hpa@zytor.com> <11841815393975-git-send-email-hpa@zytor.com> <11841815393014-git-send-email-hpa@zytor.com> <1184181539416-git-send-email-hpa@zytor.com> <118418153972-git-send-email-hpa@zytor.com> <11841815391923-git-send-email-hpa@zytor.com> <11841815403678-git-send-email-hpa@zytor.com> <11841815403041-git-send-email-hpa@zytor.com> Message-Id: In-Reply-To: <7aca4ce0a222438c94300a2ea535270a21db8812.1184181208.git.hpa@zytor.com> References: <7aca4ce0a222438c94300a2ea535270a21db8812.1184181208.git.hpa@zytor.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: H. Peter Anvin Add CONFIG_PHYSICAL_ALIGN (currently as a hardcoded constant) to provide consistency with i386. This value is manifest in the bzImage header. Signed-off-by: H. Peter Anvin --- arch/x86_64/Kconfig | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 5ce9443..8bdd25a 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -427,6 +427,10 @@ config NR_CPUS This is purely to save memory - each supported CPU requires memory in the static kernel configuration. +config PHYSICAL_ALIGN + hex + default "0x200000" + config HOTPLUG_CPU bool "Support for suspend on SMP and hot-pluggable CPUs (EXPERIMENTAL)" depends on SMP && HOTPLUG && EXPERIMENTAL -- 1.5.2.2