Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156416
b: refs/heads/master
c: ce21f4e
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Aug 3, 2009
1 parent 3881ff7 commit 0595225
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: 349c4229ed305146a558008d393c622d715cd11d
refs/heads/master: ce21f4e86f89d352efecd044958db1917033b49b
12 changes: 0 additions & 12 deletions trunk/arch/mips/kernel/vpe.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,18 +185,6 @@ static struct tc *get_tc(int index)
return NULL;
}

struct tc *get_tc_unused(void)
{
struct tc *t;

list_for_each_entry(t, &vpecontrol.tc_list, list) {
if (t->state == TC_STATE_UNUSED)
return t;
}

return NULL;
}

/* allocate a vpe and associate it with this minor (or index) */
static struct vpe *alloc_vpe(int minor)
{
Expand Down

0 comments on commit 0595225

Please sign in to comment.