On Sat, Jan 17, 2015 at 12:23:34AM +0000, Geoff Levand wrote: > To allow the assembler macros defined in proc-macros.S to be used outside > the mm code move the proc-macros.S file from arch/arm64/mm/ to > arch/arm64/include/asm/ and fix up any preprocessor includes to use the new > file location. > > Signed-off-by: Geoff Levand <geoff at infradead.org> > --- > arch/arm64/include/asm/proc-macros.S | 54 ++++++++++++++++++++++++++++++++++++ > arch/arm64/mm/cache.S | 3 +- > arch/arm64/mm/proc-macros.S | 54 ------------------------------------ > arch/arm64/mm/proc.S | 3 +- Actually, I would just merge proc-macros.S into assembler.h. Not wirth keeping the former just for a few macros. -- Catalin