summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-17 07:57:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-17 08:06:40 +0200
commit320faf8e68796bcea316accdfa75c1f64a73f6b7 (patch)
tree8fb29bb6756f095bd0f281faaf4189fec380e2af /c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
parentdoc: Typo (diff)
downloadrtems-320faf8e68796bcea316accdfa75c1f64a73f6b7.tar.bz2
score: Clarify TLS support
Diffstat (limited to 'c/src/lib/libcpu/powerpc/new-exceptions/cpu.c')
-rw-r--r--c/src/lib/libcpu/powerpc/new-exceptions/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
index 3b17662287..73a1d3ece5 100644
--- a/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
+++ b/c/src/lib/libcpu/powerpc/new-exceptions/cpu.c
@@ -135,7 +135,7 @@ void _CPU_Context_Initialize(
#endif
if ( tls_area != NULL ) {
- void *tls_block = _TLS_TCB_before_tls_block_initialize( tls_area );
+ void *tls_block = _TLS_TCB_before_TLS_block_initialize( tls_area );
the_ppc_context->gpr2 = (uint32_t) tls_block + 0x7000;
} else {