trivial: fix typo
Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
parent
b5aac26d10
commit
32728ecd1f
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ static inline paddr_t CONST kpptr_to_paddr(void *pptr)
|
||||||
return (paddr_t)pptr - KERNEL_ELF_BASE_OFFSET;
|
return (paddr_t)pptr - KERNEL_ELF_BASE_OFFSET;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Update the value of the actual regsiter to hold the expected value */
|
/* Update the value of the actual register to hold the expected value */
|
||||||
static inline void Arch_setTLSRegister(word_t tls_base)
|
static inline void Arch_setTLSRegister(word_t tls_base)
|
||||||
{
|
{
|
||||||
/* The register is always reloaded upon return from kernel. */
|
/* The register is always reloaded upon return from kernel. */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue