powerpc: Create DOTSYM to wrap dot symbol usage
authorAnton Blanchard <anton@samba.org>
Tue, 4 Feb 2014 05:07:01 +0000 (16:07 +1100)
committerAnton Blanchard <anton@samba.org>
Wed, 23 Apr 2014 00:05:19 +0000 (10:05 +1000)
commitc1fb019477c27bfe309be282d178a08e56f05249
treee009c66d0cd8c8c23c927af879e540347f62d4ce
parent354255014a9042b9204e5bed22704110326d5ecf
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>
arch/powerpc/include/asm/ppc_asm.h
arch/powerpc/include/asm/systbl.h
arch/powerpc/kernel/systbl.S
arch/powerpc/kvm/book3s_hv_rmhandlers.S