Skip to content

Commit

Permalink
[reivew] core: arm64.h: add tlbi_vale1is()
Browse files Browse the repository at this point in the history
Fix spell error in tlbi_vale1is()

Signed-off-by: Jens Wiklander <[email protected]>
  • Loading branch information
jenswi-linaro committed Jun 18, 2019
1 parent 76525ef commit 82c8d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/arch/arm/include/arm64.h
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ static inline void tlbi_vaae1is(uint64_t mva)

static inline void tlbi_vale1is(uint64_t mva)
{
asm volatile ("tlbi vaae1is, %0" : : "r" (mva));
asm volatile ("tlbi vale1is, %0" : : "r" (mva));
}

/*
Expand Down

0 comments on commit 82c8d15

Please sign in to comment.