From: <bob...@us...> - 2006-09-29 09:07:39
|
Revision: 596 http://svn.sourceforge.net/hackndev/?rev=596&view=rev Author: bobofdoom Date: 2006-09-29 02:07:33 -0700 (Fri, 29 Sep 2006) Log Message: ----------- palmld: Removed phys_ram to allow compile on 2.6.17. Modified Paths: -------------- linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c Modified: linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c =================================================================== --- linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c 2006-09-29 08:32:23 UTC (rev 595) +++ linux4palm/linux/trunk/arch/arm/mach-pxa/palmld/palmld.c 2006-09-29 09:07:33 UTC (rev 596) @@ -441,7 +441,6 @@ } MACHINE_START(XSCALE_PALMLD, "Palm LifeDrive") - .phys_ram = 0xa0000000, .phys_io = 0x40000000, .io_pg_offst = io_p2v(0x40000000), .boot_params = 0xa0000100, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |