summaryrefslogtreecommitdiff
path: root/.config/git/isovalent.com
diff options
context:
space:
mode:
Diffstat (limited to '.config/git/isovalent.com')
-rw-r--r--.config/git/isovalent.com2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/git/isovalent.com b/.config/git/isovalent.com
new file mode 100644
index 0000000..7501e19
--- /dev/null
+++ b/.config/git/isovalent.com
@@ -0,0 +1,2 @@
+[user]
+ email = tobias@isovalent.com
led and also needs the same cleaning after resume. Data is more complicated, secondary_holding_pen_release is written with the MMU on, clean and invalidated, then read with the MMU off. In contrast __boot_cpu_mode is written with the MMU off, the corresponding cache line is invalidated, so when we read it with the MMU on we don't get stale data. These cache maintenance operations conflict with each other if the values are within a Cache Writeback Granule (CWG) of each other. Collect the data into two sections .mmuoff.data.read and .mmuoff.data.write, the linker script ensures mmuoff.data.write section is aligned to the architectural maximum CWG of 2KB. Signed-off-by: James Morse <james.morse@arm.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Mark Rutland <mark.rutland@arm.com> Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/mm/proc.S')