Skip to content
Unverified Commit b29fea36 authored by Paul Burton's avatar Paul Burton
Browse files

MIPS: Export tlbmiss_handler_setup_pgd near its definition



We export tlbmiss_handler_setup_pgd in arch/mips/mm/tlbex.c close to a
declaration of it, rather than close to its definition as is standard.

We've supported exporting symbols in assembly code since commit
22823ab4 ("EXPORT_SYMBOL() for asm"), so move the export to follow
the function's (stub) definition.

Signed-off-by: default avatarPaul Burton <paul.burton@mips.com>
parent 22f20a11
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment