Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198392
b: refs/heads/master
c: cc24c40
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer committed May 24, 2010
1 parent ff8897a commit 514c6d6
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: 9fcce0baea6628af935b1b485d6606a5a377a052
refs/heads/master: cc24c405949e3d4418a90014d10166679d78141a
4 changes: 4 additions & 0 deletions trunk/arch/m68k/include/asm/processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,15 @@ static inline void wrusp(unsigned long usp)
* User space process size: 3.75GB. This is hardcoded into a few places,
* so don't change it unless you know what you are doing.
*/
#ifdef CONFIG_MMU
#ifndef CONFIG_SUN3
#define TASK_SIZE (0xF0000000UL)
#else
#define TASK_SIZE (0x0E000000UL)
#endif
#else
#define TASK_SIZE (0xFFFFFFFFUL)
#endif

#ifdef __KERNEL__
#define STACK_TOP TASK_SIZE
Expand Down

0 comments on commit 514c6d6

Please sign in to comment.