Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
armv8-r/gicv3: disable 64bits access gic 64bits registers
When neon is enabled, compiler may optimize 64bits access to vstr, that will cause data aborts. Split 64bits access to double 32bits access for GIC_IROUTER/GICR_TYPER, just like linux. Signed-off-by: Jinliang Li <lijinliang1@lixiang.com> Signed-off-by: chao an <anchao@lixiang.com>
- Loading branch information