From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [patch] powerpc: remove do-nothing cpu setup routines From: Benjamin Herrenschmidt To: Geoff Levand In-Reply-To: <445BE72D.3050205@am.sony.com> References: <445BE72D.3050205@am.sony.com> Content-Type: text/plain Date: Mon, 08 May 2006 08:31:35 +1000 Message-Id: <1147041095.4777.170.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , cbe-oss-dev@ozlabs.org, Arnd Bergmann List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2006-05-05 at 17:00 -0700, Geoff Levand wrote: > Removes the processor specific do-nothing routines __setup_cpu_power3 and > __setup_cpu_power4 with the generic routine __setup_cpu_null. Why not just change the caller to test for NULL ? Cheers, Ben.