aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/spufs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/cell/spufs/inode.c')
-rw-r--r--arch/powerpc/platforms/cell/spufs/inode.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/cell/spufs/inode.c b/arch/powerpc/platforms/cell/spufs/inode.c
index e210a4b259f..11098747d09 100644
--- a/arch/powerpc/platforms/cell/spufs/inode.c
+++ b/arch/powerpc/platforms/cell/spufs/inode.c
@@ -790,16 +790,11 @@ static int __init spufs_init(void)
790 ret = register_spu_syscalls(&spufs_calls); 790 ret = register_spu_syscalls(&spufs_calls);
791 if (ret) 791 if (ret)
792 goto out_fs; 792 goto out_fs;
793 ret = register_arch_coredump_calls(&spufs_coredump_calls);
794 if (ret)
795 goto out_syscalls;
796 793
797 spufs_init_isolated_loader(); 794 spufs_init_isolated_loader();
798 795
799 return 0; 796 return 0;
800 797
801out_syscalls:
802 unregister_spu_syscalls(&spufs_calls);
803out_fs: 798out_fs:
804 unregister_filesystem(&spufs_type); 799 unregister_filesystem(&spufs_type);
805out_sched: 800out_sched:
@@ -815,7 +810,6 @@ static void __exit spufs_exit(void)
815{ 810{
816 spu_sched_exit(); 811 spu_sched_exit();
817 spufs_exit_isolated_loader(); 812 spufs_exit_isolated_loader();
818 unregister_arch_coredump_calls(&spufs_coredump_calls);
819 unregister_spu_syscalls(&spufs_calls); 813 unregister_spu_syscalls(&spufs_calls);
820 unregister_filesystem(&spufs_type); 814 unregister_filesystem(&spufs_type);
821 kmem_cache_destroy(spufs_inode_cache); 815 kmem_cache_destroy(spufs_inode_cache);