commit | 8cb3451b1f240ec4d36a9bfcd39cb6d59769a5b3 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Jun 19 14:08:24 2018 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Thu Dec 06 16:47:05 2018 +0000 |
tree | eb87a7a7cffb6f227d617b74170b76c9f0ea2dcf | |
parent | 679db70801da9fda91d26caf13bf5b5ccc74e8e8 [diff] |
arm64: entry: Remove confusing comment The comment about SYS_MEMBARRIER_SYNC_CORE relying on ERET being context-synchronizing is confusing and misplaced with kpti. Given that this is already documented under Documentation/ (see arch-support.txt for membarrier), remove the comment altogether. Signed-off-by: Will Deacon <will.deacon@arm.com>