From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757277AbXI2AoS (ORCPT ); Fri, 28 Sep 2007 20:44:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755228AbXI2AoJ (ORCPT ); Fri, 28 Sep 2007 20:44:09 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:58096 "EHLO grelber.thyrsus.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755560AbXI2AoH (ORCPT ); Fri, 28 Sep 2007 20:44:07 -0400 From: Rob Landley Organization: Boundaries Unlimited To: Andrew Morton Subject: [PATCH] Documentation/x86_64/00-INDEX Date: Fri, 28 Sep 2007 19:44:02 -0500 User-Agent: KMail/1.9.6 Cc: linux-doc@vger.kernel.org, LKML , andi@firstfloor.org, vojtech@suse.cz MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709281944.02953.rob@landley.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: Rob Landley Add Documentation/x86_64/00-INDEX Signed-off-by: Rob Landley --- x86_64/00-INDEX | 14 ++++++++++++++ 1 file changed, 14 insertions(+) --- /dev/null 2007-04-23 10:59:00.000000000 -0500 +++ Documentation/x86_64/00-INDEX 2007-09-28 19:40:56.000000000 -0500 @@ -0,0 +1,14 @@ +00-INDEX + - This file +boot-options.txt + - AMD64-specific boot options. +cpu-hotplug-spec + - Firmware support for CPU hotplug under Linux/x86-64 +fake-numa-for-cpusets + - Using numa=fake and CPUSets for Resource Management +kernel-stacks + - Context-specific per-processor interrupt stacks. +machinecheck + - Configurable sysfs parameters for the x86-64 machine check code. +mm.txt + - Memory layout of x86-64 (4 level page tables, 46 bits physical). -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.