trivial: fix typo
Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
parent
613352e832
commit
9f90e39550
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ void plat_invalidateL2Range(paddr_t start, paddr_t end);
|
|||
|
||||
void plat_cleanInvalidateL2Range(paddr_t start, paddr_t end);
|
||||
|
||||
/* 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)
|
||||
{
|
||||
/* The register is always reloaded upon return from kernel. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue