Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101642
b: refs/heads/master
c: 7c4f10b
h: refs/heads/master
v: v3
  • Loading branch information
Rune Torgersen authored and Paul Mackerras committed Jun 9, 2008
1 parent 005ce63 commit 53049be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cec0dd94cf2628d5ba184e725f02be061e7bb014
refs/heads/master: 7c4f10b9003dc8423df07574ba197bbbe3bc382b
4 changes: 4 additions & 0 deletions trunk/include/asm-powerpc/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ extern struct task_struct *last_task_used_altivec;
extern struct task_struct *last_task_used_spe;

#ifdef CONFIG_PPC32

#if CONFIG_TASK_SIZE > CONFIG_KERNEL_START
#error User TASK_SIZE overlaps with KERNEL_START address
#endif
#define TASK_SIZE (CONFIG_TASK_SIZE)

/* This decides where the kernel will search for a free chunk of vm
Expand Down

0 comments on commit 53049be

Please sign in to comment.