Re: Please build test your changes.

2008-01-24 Thread Jan Engelhardt
On Jan 23 2008 21:30, David Miller wrote: Sorry Jan I have to revert your change: [SPARC]: Constify function pointer tables. Signed-off-by: Jan Engelhardt [EMAIL PROTECTED] Signed-off-by: David S. Miller [EMAIL PROTECTED] arch/sparc64/solaris/socksys.c: In function ‘init_socksys’:

compile failure in Solaris emulation

2008-01-24 Thread Meelis Roos
Tried to ompile todays 2.6.24-rc8+git on sparc64 and got this: CC [M] arch/sparc64/solaris/socksys.o arch/sparc64/solaris/socksys.c: In function 'init_socksys': arch/sparc64/solaris/socksys.c:192: error: assignment of read-only variable 'socksys_file_ops' arch/sparc64/solaris/socksys.c:195:

Re: compile failure in Solaris emulation

2008-01-24 Thread David Miller
From: Meelis Roos [EMAIL PROTECTED] Date: Thu, 24 Jan 2008 16:26:32 +0200 (EET) Tried to ompile todays 2.6.24-rc8+git on sparc64 and got this: CC [M] arch/sparc64/solaris/socksys.o arch/sparc64/solaris/socksys.c: In function 'init_socksys': arch/sparc64/solaris/socksys.c:192: error:

Re: 2.6.24-rc8-mm1: old sparc64 bug

2008-01-24 Thread Mariusz Kozlowski
Hello, I was digging through the gentoo bugzilla and found this: http://bugs.gentoo.org/show_bug.cgi?id=141823 As you see this bug is present since at least 2.6.17. I can reproduce that here on my hardware with 2.6.24-rc8-mm1. All you need to do is install mp3blaster on sparc64, run: $

[PATCH 2/4] Create and hook up of_platform_device_shutdown

2008-01-24 Thread Michael Ellerman
Although of_platform_device's can have a shutdown routine, at the moment the bus code doesn't actually call it. So add the required glue to hook the shutdown routine. Signed-off-by: Michael Ellerman [EMAIL PROTECTED] --- drivers/of/platform.c | 10 ++ 1 files changed, 10 insertions(+),