From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH 2/8] pseries: phyp dump: reserve-release proof-of-concept From: Michael Ellerman To: Paul Mackerras In-Reply-To: <18390.8909.874184.315920@cargo.ozlabs.ibm.com> References: <47B90F55.2080606@austin.ibm.com> <1203641584.15378.2.camel@concordia.ozlabs.ibm.com> <47C74A66.1060105@austin.ibm.com> <47C750CE.7050202@austin.ibm.com> <18390.8909.874184.315920@cargo.ozlabs.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-i24JKfAFUlTXhyeRWjyR" Date: Wed, 12 Mar 2008 11:13:08 +1100 Message-Id: <1205280788.7544.2.camel@concordia.ozlabs.ibm.com> Mime-Version: 1.0 Cc: mahuja@us.ibm.com, linuxppc-dev@ozlabs.org, linasvepstas@gmail.com Reply-To: michael@ellerman.id.au List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --=-i24JKfAFUlTXhyeRWjyR Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2008-03-11 at 17:12 +1100, Paul Mackerras wrote: > Manish Ahuja writes: >=20 > > +#else /* CONFIG_PHYP_DUMP */ > > +int early_init_dt_scan_phyp_dump(unsigned long node, > > + const char *uname, int depth, void *data) { return 0; } >=20 > This shouldn't be in the header file. Either put it in prom.c (and > make it return 1 so the of_scan_flat_dt call doesn't have to go > through the entire device tree), or put #ifdef CONFIG_PHYP_DUMP around > the of_scan_flat_dt call itself. It should be in the header file, otherwise we need an #ifdef around the call site - which is uglier. It should definitely return 1 though. cheers --=20 Michael Ellerman OzLabs, IBM Australia Development Lab wwweb: http://michael.ellerman.id.au phone: +61 2 6212 1183 (tie line 70 21183) We do not inherit the earth from our ancestors, we borrow it from our children. - S.M.A.R.T Person --=-i24JKfAFUlTXhyeRWjyR Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBH1yATdSjSd0sB4dIRAmomAJ4i8MXmxO1brFgUq8vQb+VsLrFw7wCfbocE Im8XRE4BR5bWbI5FDtsMPQY= =enGP -----END PGP SIGNATURE----- --=-i24JKfAFUlTXhyeRWjyR--