[PATCH] Realtime preempt support for MIPS

2005-02-01 Thread Manish Lachwani
PMC-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 chang

[PATCH] Fix compile errors with 2.6.11-rc2

2005-01-28 Thread Manish Lachwani
bject.h: In 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. T