From: <z7...@us...> - 2007-03-28 17:32:10
|
Revision: 939 http://svn.sourceforge.net/hackndev/?rev=939&view=rev Author: z72ka Date: 2007-03-28 10:32:01 -0700 (Wed, 28 Mar 2007) Log Message: ----------- fixed ifdef for PalmLD and PalmTX Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/pxa27x.c Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/pxa27x.c =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/pxa27x.c 2007-03-28 11:15:33 UTC (rev 938) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/pxa27x.c 2007-03-28 17:32:01 UTC (rev 939) @@ -138,7 +138,7 @@ { extern void pxa_cpu_standby(void); extern void pxa_cpu_suspend(unsigned int); -#if defined(MACH_XSCALE_PALMLD) || defined(MACH_XSCALE_PALMTX) || defined(CONFIG_MACH_PALMZ72) +#if defined(CONFIG_MACH_XSCALE_PALMLD) || defined(CONFIG_MACH_XSCALE_PALMTX) || defined(CONFIG_MACH_PALMZ72) /* For safety. suspend_mem puts the device in an unresetable state. * On TX one needs to desolder the battery to get out of it. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |