diff options
| author | Ovidiu Panait <[email protected]> | 2020-03-29 20:57:40 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-04-24 15:17:14 -0400 |
| commit | 6184858b859f6fcea4b23f76cfb7988882a3c8a7 (patch) | |
| tree | 011ee92b2d1c7bdea474824ef1c7d838717c421b /include | |
| parent | 586b15bce82a2161dbe71991c14c8c36f5683033 (diff) | |
arm: asm/cache.c: Introduce arm_reserve_mmu
As a preparation for turning reserve_mmu into an arch-specific variant,
introduce arm_reserve_mmu on ARM. It implements the default routine for
reserving memory for MMU TLB and needs to be weakly defined in order to allow
for machines to override it.
Without this decoupling, after introducing arch_reserve_mmu, there would be two
weak definitions for it, one in common/board_f.c and one in
arch/arm/lib/cache.c.
Signed-off-by: Ovidiu Panait <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
