Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62238
b: refs/heads/master
c: d145031
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Siewior authored and Arnd Bergmann committed Jul 20, 2007
1 parent ebfbc98 commit c919494
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce21b3c9648ae55181787bf25ee00cf91dfd5c91
refs/heads/master: d1450317554d52e0e4a454806c4d05bb2a834f00
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ int __init spu_sched_init(void)
return err;
}

void __exit spu_sched_exit(void)
void spu_sched_exit(void)
{
struct spu *spu, *tmp;
int node;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/spufs.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ void spu_set_timeslice(struct spu_context *ctx);
void spu_update_sched_info(struct spu_context *ctx);
void __spu_update_sched_info(struct spu_context *ctx);
int __init spu_sched_init(void);
void __exit spu_sched_exit(void);
void spu_sched_exit(void);

extern char *isolated_loader;

Expand Down

0 comments on commit c919494

Please sign in to comment.