summaryrefslogtreecommitdiffstats
path: root/src/include/kernel/ppcconsts.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/kernel/ppcconsts.S')
-rw-r--r--src/include/kernel/ppcconsts.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/include/kernel/ppcconsts.S b/src/include/kernel/ppcconsts.S
index b58d41e65..6da85a9b2 100644
--- a/src/include/kernel/ppcconsts.S
+++ b/src/include/kernel/ppcconsts.S
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2010,2014
+# Contributors Listed Below - COPYRIGHT 2010,2015
+# [+] International Business Machines Corp.
+#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -245,6 +247,8 @@
.set TASK_FPR_31, TASK_FPR_30+8
.set TASK_FPSCR, TASK_FPR_31+8
+.set TASK_TLS_CONTEXT, TASK_FP_CONTEXT+8
+
.set CPU_KERNEL_STACK, 0
.set CPU_KERNEL_STACK_BOTTOM, CPU_KERNEL_STACK+8
.set CPU_CPUID, CPU_KERNEL_STACK_BOTTOM+8
OpenPOWER on IntegriCloud