Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

CRIS: Add debug for assembler macros

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>

+4
+4
arch/cris/arch-v32/mm/mmu.S
··· 38 38 ; to handle the fault. 39 39 .macro MMU_BUS_FAULT_HANDLER handler, mmu, we, ex 40 40 .globl \handler 41 + .type \handler,"function" 41 42 \handler: 42 43 SAVE_ALL 43 44 move \mmu, $srs ; Select MMU support register bank ··· 53 52 nop 54 53 ba ret_from_intr 55 54 nop 55 + .size \handler, . - \handler 56 56 .endm 57 57 58 58 ; Refill handler. Three cases may occur: ··· 86 84 2: .dword 0 ; last_refill_cause 87 85 .text 88 86 .globl \handler 87 + .type \handler, "function" 89 88 \handler: 90 89 subq 4, $sp 91 90 ; (The pipeline stalls for one cycle; $sp used as address in the next cycle.) ··· 199 196 ; Return 200 197 ba ret_from_intr 201 198 nop 199 + .size \handler, . - \handler 202 200 .endm 203 201 204 202 ; This is the MMU bus fault handlers.