From b38f4dfeec726033e488eedbd3202098d7fc9ebf Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Mon, 15 Sep 2008 23:10:54 +0000 Subject: [PATCH] --- yaml --- r: 114591 b: refs/heads/master c: 94576b22ce1ad346cb09f05bf4f06be33e0eef49 h: refs/heads/master i: 114589: 298230c2738391ffedceb5deb6210bba37e45e20 114587: 892d81f398e2e4138ccd46e9a18ba5c2176ab1f3 114583: a3d67d6555e20cfcad6d798a69932531aa2f1012 114575: 24c3b3b0953ca06c7f6f7b1154f79fb4fb22779d 114559: f2bec94fbb81fa5e9e86144bae0f12f1ca19c2b9 v: v3 --- [refs] | 2 +- trunk/Documentation/powerpc/00-INDEX | 2 -- trunk/Documentation/powerpc/smp.txt | 34 ---------------------------- 3 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 trunk/Documentation/powerpc/smp.txt diff --git a/[refs] b/[refs] index d37055f527e5..dcabfb2a4b86 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1b483a6a7b2998e9c98ad985d7494b9b725bd228 +refs/heads/master: 94576b22ce1ad346cb09f05bf4f06be33e0eef49 diff --git a/trunk/Documentation/powerpc/00-INDEX b/trunk/Documentation/powerpc/00-INDEX index 2f31853899ca..e3960b8c8689 100644 --- a/trunk/Documentation/powerpc/00-INDEX +++ b/trunk/Documentation/powerpc/00-INDEX @@ -18,8 +18,6 @@ mpc52xx.txt - Linux 2.6.x on MPC52xx family mpc52xx-device-tree-bindings.txt - MPC5200 Device Tree Bindings -smp.txt - - use and state info about Linux/PPC on MP machines sound.txt - info on sound support under Linux/PPC zImage_layout.txt diff --git a/trunk/Documentation/powerpc/smp.txt b/trunk/Documentation/powerpc/smp.txt deleted file mode 100644 index 5b581b849ff7..000000000000 --- a/trunk/Documentation/powerpc/smp.txt +++ /dev/null @@ -1,34 +0,0 @@ - Information about Linux/PPC SMP mode -===================================================================== - -This document and the related code was written by me -(Cort Dougan, cort@fsmlabs.com) please email me if you have questions, -comments or corrections. - -Last Change: 3.31.99 - -If you want to help by writing code or testing different hardware please -email me! - -1. State of Supported Hardware - - PowerSurge Architecture - tested on UMAX s900, Apple 9600 - The second processor on this machine boots up just fine and - enters its idle loop. Hopefully a completely working SMP kernel - on this machine will be done shortly. - - The code makes the assumption of only two processors. The changes - necessary to work with any number would not be overly difficult but - I don't have any machines with >2 processors so it's not high on my - list of priorities. If anyone else would like do to the work email - me and I can point out the places that need changed. If you have >2 - processors and don't want to add support yourself let me know and I - can take a look into it. - - BeBox - BeBox support hasn't been added to the 2.1.X kernels from 2.0.X - but work is being done and SMP support for BeBox is in the works. - - CHRP - CHRP SMP works and is fairly solid. It's been tested on the IBM F50 - with 4 processors for quite some time now.