Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46117
b: refs/heads/master
c: be6e143
h: refs/heads/master
i:
  46115: af5bee2
v: v3
  • Loading branch information
Ralf Baechle committed Feb 6, 2007
1 parent a9d1ed1 commit c541d67
Show file tree
Hide file tree
Showing 2 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: 418451c17870e56a176aeb4be1bed810f634fb5a
refs/heads/master: be6e143741226ca59b24e6760de4578a5d4f98d7
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/vpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ static void dump_tclist(void)
}

/* We are prepared so configure and start the VPE... */
int vpe_run(struct vpe * v)
static int vpe_run(struct vpe * v)
{
struct vpe_notifications *n;
unsigned long val, dmt_flag;
Expand Down Expand Up @@ -832,7 +832,7 @@ static int find_vpe_symbols(struct vpe * v, Elf_Shdr * sechdrs,
* contents of the program (p)buffer performing relocatations/etc, free's it
* when finished.
*/
int vpe_elfload(struct vpe * v)
static int vpe_elfload(struct vpe * v)
{
Elf_Ehdr *hdr;
Elf_Shdr *sechdrs;
Expand Down

0 comments on commit c541d67

Please sign in to comment.