powerpc: Create DOTSYM to wrap dot symbol usage
There are a few places we have to use dot symbols with the
current ABI - the syscall table and the kvm hcall table.
Wrap both of these with a new macro called DOTSYM so it will
be easy to transition away from dot symbols in a future ABI.
Signed-off-by:
Anton Blanchard <anton@samba.org>
Showing
- arch/powerpc/include/asm/ppc_asm.h 2 additions, 0 deletionsarch/powerpc/include/asm/ppc_asm.h
- arch/powerpc/include/asm/systbl.h 3 additions, 3 deletionsarch/powerpc/include/asm/systbl.h
- arch/powerpc/kernel/systbl.S 6 additions, 6 deletionsarch/powerpc/kernel/systbl.S
- arch/powerpc/kvm/book3s_hv_rmhandlers.S 14 additions, 14 deletionsarch/powerpc/kvm/book3s_hv_rmhandlers.S
Please register or sign in to comment