Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120108
b: refs/heads/master
c: 4d1f3bb
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Dec 22, 2008
1 parent e994142 commit 36dee80
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: 4eec8834f085e5eaf70e64849f879068256c07c5
refs/heads/master: 4d1f3bbec49a080cae753aaa44dc1fc7277b3e50
12 changes: 0 additions & 12 deletions trunk/arch/sh/kernel/process_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,18 +305,6 @@ void show_regs(struct pt_regs * regs)
}
}

struct task_struct * alloc_task_struct(void)
{
/* Get task descriptor pages */
return (struct task_struct *)
__get_free_pages(GFP_KERNEL, get_order(THREAD_SIZE));
}

void free_task_struct(struct task_struct *p)
{
free_pages((unsigned long) p, get_order(THREAD_SIZE));
}

/*
* Create a kernel thread
*/
Expand Down

0 comments on commit 36dee80

Please sign in to comment.