Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269218
b: refs/heads/master
c: c812d8f
h: refs/heads/master
v: v3
  • Loading branch information
Zhao Jin authored and Ingo Molnar committed Aug 23, 2011
1 parent 320b2eb commit 803be99
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: 7a4e8beabcb5262547b364851cbdd995b6798be1
refs/heads/master: c812d8f7ad27bd5f1ed1c790eea8527b6f8ff1c7
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void free_thread_xstate(struct task_struct *tsk)
void free_thread_info(struct thread_info *ti)
{
free_thread_xstate(ti->task);
free_pages((unsigned long)ti, get_order(THREAD_SIZE));
free_pages((unsigned long)ti, THREAD_ORDER);
}

void arch_task_cache_init(void)
Expand Down

0 comments on commit 803be99

Please sign in to comment.