Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63486
b: refs/heads/master
c: e0a725a
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Jul 31, 2007
1 parent d4b7723 commit a712e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7f32a88e9cb6587cae89f5488050d167397ab9b2
refs/heads/master: e0a725a7460b3bc3a15c95b1241394cb185d9af6
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/pmon.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct callvectors {
char* (*gets) (char*);
union {
int (*smpfork) (unsigned long cp, char *sp);
int (*cpustart) (long, long, long, long);
int (*cpustart) (long, void (*)(void), void *, long);
} _s;
int (*semlock) (int sem);
void (*semunlock) (int sem);
Expand Down

0 comments on commit a712e10

Please sign in to comment.