summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Mosberger <davidm@tiger.hpl.hp.com>2004-02-10 05:13:54 -0800
committerDavid Mosberger <davidm@tiger.hpl.hp.com>2004-02-10 05:13:54 -0800
commit7baf73ec2214d1ad091f8768ca38b39f6ec4a57a (patch)
tree27a9c032ca9e8e2c369c67e56bf9e29fe5d025ef /include
parentba7dd4b9d8bf81c8f656b3979eee7c81787aaf68 (diff)
ia64: Correct init_task.rbs_bot value (not that it matters).
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/processor.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/include/asm-ia64/processor.h b/include/asm-ia64/processor.h
index 5641a23f990c..4b1870a784cb 100644
--- a/include/asm-ia64/processor.h
+++ b/include/asm-ia64/processor.h
@@ -289,19 +289,19 @@ struct thread_struct {
struct ia64_fpreg fph[96]; /* saved/loaded on demand */
};
-#define INIT_THREAD { \
- .flags = 0, \
- .on_ustack = 0, \
- .ksp = 0, \
- .map_base = DEFAULT_MAP_BASE, \
- .rbs_bot = DEFAULT_USER_STACK_SIZE, \
- .task_size = DEFAULT_TASK_SIZE, \
- .last_fph_cpu = -1, \
- INIT_THREAD_IA32 \
- INIT_THREAD_PM \
- .dbr = {0, }, \
- .ibr = {0, }, \
- .fph = {{{{0}}}, } \
+#define INIT_THREAD { \
+ .flags = 0, \
+ .on_ustack = 0, \
+ .ksp = 0, \
+ .map_base = DEFAULT_MAP_BASE, \
+ .rbs_bot = STACK_TOP - DEFAULT_USER_STACK_SIZE, \
+ .task_size = DEFAULT_TASK_SIZE, \
+ .last_fph_cpu = -1, \
+ INIT_THREAD_IA32 \
+ INIT_THREAD_PM \
+ .dbr = {0, }, \
+ .ibr = {0, }, \
+ .fph = {{{{0}}}, } \
}
#define start_thread(regs,new_ip,new_sp) do { \