commit | aa45e2569ffe963dfbbbfddfdccd12afe69b2d65 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Apr 23 21:08:27 2007 +0200 |
committer | Arnd Bergmann <arnd@klappe.arndb.de> | Mon Apr 23 21:18:59 2007 +0200 |
tree | e579b3a2481fd11d38232f092bd491c444a556ce | |
parent | fe8a29db5bce1b5bd1ceb85fd153fac52cdab7b2 [diff] |
[POWERPC] spufs: various run.c cleanups - remove the spu_acquire_runnable from spu_run_init. I need to opencode it in spufs_run_spu in the next patch - remove various inline attributes, we don't really want to inline long functions with multiple callsites - cleanup return values and runcntl_write calls in spu_run_init - use normal kernel codingstyle in spu_reacquire_runnable Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>