linux/arch/powerpc/platforms/cell/spufs
Akinobu Mita db1384b40d [POWERPC] spufs: fix memory leak on spufs reloading
When SPU isolation mode enabled, isolated_loader would be
allocated by spufs_init_isolated_loader() on module_init().
But anyone do not free it.

This patch introduces spufs_exit_isolated_loader() which is
the opposite of spufs_init_isolated_loader() and called on
module_exit().

Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Akinobu Mita <mita@fixstars.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
2007-04-23 21:18:57 +02:00
..
backing_ops.c [POWERPC] spufs: make spu page faults not block scheduling 2007-04-23 21:18:55 +02:00
context.c [POWERPC] spufs: turn run_sema into run_mutex 2007-04-23 21:18:56 +02:00
coredump.c [POWERPC] Fix SPU coredump code for max_fdset removal 2006-12-11 15:13:37 +11:00
fault.c [POWERPC] spufs: provide siginfo for SPE faults 2007-04-23 21:18:55 +02:00
file.c [POWERPC] spufs: check spu_acquire_runnable() return value 2007-04-23 21:18:56 +02:00
gang.c [POWERPC] spufs: Add infrastructure needed for gang scheduling 2006-10-05 09:21:01 +10:00
hw_ops.c [POWERPC] spufs: make spu page faults not block scheduling 2007-04-23 21:18:55 +02:00
inode.c [POWERPC] spufs: fix memory leak on spufs reloading 2007-04-23 21:18:57 +02:00
Makefile [POWERPC] spufs: make spu page faults not block scheduling 2007-04-23 21:18:55 +02:00
run.c [POWERPC] spufs: turn run_sema into run_mutex 2007-04-23 21:18:56 +02:00
sched.c [POWERPC] spu sched: make addition to stop_wq and runque atomic vs wakeup 2007-04-23 21:18:55 +02:00
spu_restore_crt0.S [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_restore_dump.h_shipped [POWERPC] spufs: one more fix for 64k pages 2006-06-21 15:01:32 +10:00
spu_restore.c [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_save_crt0.S [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_save_dump.h_shipped [POWERPC] spufs: one more fix for 64k pages 2006-06-21 15:01:32 +10:00
spu_save.c [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spu_utils.h [PATCH] spufs: add spu-side context switch code 2006-01-09 14:49:25 +11:00
spufs.h [POWERPC] spufs: turn run_sema into run_mutex 2007-04-23 21:18:56 +02:00
switch.c [POWERPC] spufs: make spu page faults not block scheduling 2007-04-23 21:18:55 +02:00
syscalls.c [PATCH] struct path: convert powerpc 2006-12-08 08:28:48 -08:00