From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 7 Feb 2006 22:07:30 -0800 (PST) From: Linus Torvalds To: Benjamin Herrenschmidt Subject: Re: [PATCH] powerpc: Thermal control for dual core G5s In-Reply-To: <1139377372.8187.16.camel@localhost.localdomain> Message-ID: References: <1139377372.8187.16.camel@localhost.localdomain> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Andrew Morton , linuxppc-dev list , linuxppc64-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 8 Feb 2006, Benjamin Herrenschmidt wrote: > > This patch adds a windfarm module, windfarm_pm112, for the dual core G5s > (both 2 and 4 core models), keeping the machine from getting into > vacuum-cleaner mode ;) This seems to introduce a new warning.. arch/powerpc/platforms/83xx/Kconfig:10: warning: 'select' used by config symbol 'MPC834x_SYS' refer to undefined symbol 'DEFAULT_UIMAGE' drivers/macintosh/Kconfig:193: warning: 'select' used by config symbol 'WINDFARM_PM112' refer to undefined symbol 'I2C_PMAC_SMU' Hmm? Linus