From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.179]) by ozlabs.org (Postfix) with ESMTP id 84B2EDDFF9 for ; Tue, 9 Oct 2007 07:57:27 +1000 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] Eval boards should not need to mess with ROOT_DEV Date: Mon, 8 Oct 2007 23:57:12 +0200 References: <20071008151254.7777.38512.stgit@trillian.cg.shawcable.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200710082357.13144.arnd@arndb.de> Cc: Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Monday 08 October 2007, Grant Likely wrote: > Oh, and cell does too. =A0Geoff, does cell support really need to do this: > (in cell/setup.c and celleb/setup.c). > =A0=A0=A0=A0=A0=A0=A0=A0if (ROOT_DEV =3D=3D 0) { > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0printk("No ramdisk, defau= lt root is /dev/hda2\n"); > =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0ROOT_DEV =3D Root_HDA2; > =A0=A0=A0=A0=A0=A0=A0=A0} >=20 > If not; I'll spin a patch to drop it. Cell certainly doesn't need this, I believe this is an artifact from copying from pseries, so please kill it when you do the patch. Arnd <><