Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356371
b: refs/heads/master
c: 0374371
h: refs/heads/master
i:
  356369: b37bffa
  356367: 61a9c37
v: v3
  • Loading branch information
Joe Perches authored and Benjamin Herrenschmidt committed Jan 10, 2013
1 parent cc5de8c commit 39a1063
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 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: 44e9309f1f357794b7ae93d5f3e3e6f11d2b8a7f
refs/heads/master: 03743716316eecddd32ae3314fc6b4dd15e6eec9
13 changes: 6 additions & 7 deletions trunk/arch/powerpc/platforms/cell/spu_callbacks.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,12 @@ long spu_sys_callback(struct spu_syscall_block *s)

syscall = spu_syscall_table[s->nr_ret];

#ifdef DEBUG
print_symbol(KERN_DEBUG "SPU-syscall %s:", (unsigned long)syscall);
printk("syscall%ld(%lx, %lx, %lx, %lx, %lx, %lx)\n",
s->nr_ret,
s->parm[0], s->parm[1], s->parm[2],
s->parm[3], s->parm[4], s->parm[5]);
#endif
pr_debug("SPU-syscall "
"%pSR:syscall%lld(%llx, %llx, %llx, %llx, %llx, %llx)\n",
syscall,
s->nr_ret,
s->parm[0], s->parm[1], s->parm[2],
s->parm[3], s->parm[4], s->parm[5]);

return syscall(s->parm[0], s->parm[1], s->parm[2],
s->parm[3], s->parm[4], s->parm[5]);
Expand Down

0 comments on commit 39a1063

Please sign in to comment.