Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18205
b: refs/heads/master
c: 8fce10a
h: refs/heads/master
i:
  18203: aed9412
v: v3
  • Loading branch information
Arnd Bergmann authored and Paul Mackerras committed Jan 12, 2006
1 parent 592a28a commit c21f98e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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: b0da985644faa45def84ce5d8e18af6f1680f490
refs/heads/master: 8fce10a3c9ee7f9c74d83502fd5156a8ec82c21a
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/pervasive.c
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ static void cbe_idle(void)
}
}

int cbe_system_reset_exception(struct pt_regs *regs)
static int cbe_system_reset_exception(struct pt_regs *regs)
{
switch (regs->msr & SRR1_WAKEMASK) {
case SRR1_WAKEEE:
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#define DBG(fmt...)
#endif

void cell_show_cpuinfo(struct seq_file *m)
static void cell_show_cpuinfo(struct seq_file *m)
{
struct device_node *root;
const char *model = "";
Expand Down
4 changes: 3 additions & 1 deletion trunk/arch/powerpc/platforms/cell/spufs/syscalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
* value of the spu_status register after the SPU has stopped.
*
*/
long do_spu_run(struct file *filp, __u32 __user *unpc, __u32 __user *ustatus)
static long do_spu_run(struct file *filp,
__u32 __user *unpc,
__u32 __user *ustatus)
{
long ret;
struct spufs_inode_info *i;
Expand Down

0 comments on commit c21f98e

Please sign in to comment.