Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118353
b: refs/heads/master
c: a1995a6
h: refs/heads/master
i:
  118351: b932e63
v: v3
  • Loading branch information
David S. Miller committed Nov 2, 2008
1 parent bcf0bdb commit 6f786a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e68f0aee89ebb93aaeedf064e0291d3c19520f7e
refs/heads/master: a1995a6599044076e2e13512ffbcecc49865e63e
4 changes: 2 additions & 2 deletions trunk/arch/sparc/include/asm/processor_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
#define VPTE_SIZE (1 << (VA_BITS - PAGE_SHIFT + 3))
#endif

#define TASK_SIZE ((unsigned long)-VPTE_SIZE)
#define TASK_SIZE_OF(tsk) \
(test_tsk_thread_flag(tsk,TIF_32BIT) ? \
(1UL << 32UL) : TASK_SIZE)
(1UL << 32UL) : ((unsigned long)-VPTE_SIZE))
#define TASK_SIZE TASK_SIZE_OF(current)
#ifdef __KERNEL__

#define STACK_TOP32 ((1UL << 32UL) - PAGE_SIZE)
Expand Down

0 comments on commit 6f786a7

Please sign in to comment.