diff options
Diffstat (limited to 'arch/arm/mm/proc-macros.S')
-rw-r--r-- | arch/arm/mm/proc-macros.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mm/proc-macros.S b/arch/arm/mm/proc-macros.S index d081c9d9420d..c671f345266a 100644 --- a/arch/arm/mm/proc-macros.S +++ b/arch/arm/mm/proc-macros.S @@ -332,6 +332,10 @@ ENTRY(\name\()_tlb_fns) .equ \x, \y .endm +.macro initfn, func, base + .long \func - \base +.endm + /* * Macro to calculate the log2 size for the protection region * registers. This calculates rd = log2(size) - 1. tmp must |