diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2015-04-29 04:04:17 -0400 |
---|---|---|
committer | ard <ard.biesheuvel@linaro.org> | 2015-12-13 13:18:29 -0500 |
commit | c7936206b9715d7a3075b53789c1fed0cab9147f (patch) | |
tree | 218df320e43208e5c8ddf7962b965b4c95f6469e /arch/arm/include/asm/mach | |
parent | b430e55b2318ca4523b0e39ff6c0d5a2109159b4 (diff) |
ARM: implement create_mapping_late() for EFI use
This implements create_mapping_late(), which we will use to populate
the UEFI Runtime Services page tables.
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Matt Fleming <matt@codeblueprint.co.uk>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'arch/arm/include/asm/mach')
-rw-r--r-- | arch/arm/include/asm/mach/map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/include/asm/mach/map.h b/arch/arm/include/asm/mach/map.h index f98c7f32c9c8..9b7c328fb207 100644 --- a/arch/arm/include/asm/mach/map.h +++ b/arch/arm/include/asm/mach/map.h | |||
@@ -42,6 +42,8 @@ enum { | |||
42 | extern void iotable_init(struct map_desc *, int); | 42 | extern void iotable_init(struct map_desc *, int); |
43 | extern void vm_reserve_area_early(unsigned long addr, unsigned long size, | 43 | extern void vm_reserve_area_early(unsigned long addr, unsigned long size, |
44 | void *caller); | 44 | void *caller); |
45 | extern void create_mapping_late(struct mm_struct *mm, struct map_desc *md, | ||
46 | bool ng); | ||
45 | 47 | ||
46 | #ifdef CONFIG_DEBUG_LL | 48 | #ifdef CONFIG_DEBUG_LL |
47 | extern void debug_ll_addr(unsigned long *paddr, unsigned long *vaddr); | 49 | extern void debug_ll_addr(unsigned long *paddr, unsigned long *vaddr); |