[PATCH] Realtime preempt support for MIPS

2005-02-01 Thread Manish Lachwani
-Sierra Ocelot3 (UP). Thanks Manish Lachwani Source: MontaVista Software, Inc. | http://source.mvista.com | Manish Lachwani <[EMAIL PROTECTED]> Disposition: Submitted to Ingo Molnar (2.6.11-rc2) Description: New patch for MIPS (UP and SMP) after incorporating Ingo's changes Sign

[PATCH] Realtime preempt support for MIPS

2005-02-01 Thread Manish Lachwani
-Sierra Ocelot3 (UP). Thanks Manish Lachwani Source: MontaVista Software, Inc. | http://source.mvista.com | Manish Lachwani [EMAIL PROTECTED] Disposition: Submitted to Ingo Molnar (2.6.11-rc2) Description: New patch for MIPS (UP and SMP) after incorporating Ingo's changes Signed-off-by: Manish

[PATCH] Fix compile errors with 2.6.11-rc2

2005-01-28 Thread Manish Lachwani
n function `subsys_get': include/linux/kobject.h:224: error: parse error before "struct" include/linux/kobject.h:225: warning: no return statement in function returning non-void make[1]: *** [kernel/stop_machine.o] Error 1 make: *** [kernel] Error 2 Attached patch fixes this. Thanks Manish

[PATCH] Fix compile errors with 2.6.11-rc2

2005-01-28 Thread Manish Lachwani
`subsys_get': include/linux/kobject.h:224: error: parse error before struct include/linux/kobject.h:225: warning: no return statement in function returning non-void make[1]: *** [kernel/stop_machine.o] Error 1 make: *** [kernel] Error 2 Attached patch fixes this. Thanks Manish Lachwani Signed-off