]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: convert from sdt_instr_t to asm_instr_t 2of2
authorKris Van Hees <kris.van.hees@oracle.com>
Tue, 2 Jun 2015 20:34:20 +0000 (16:34 -0400)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 21 Jul 2015 14:30:16 +0000 (15:30 +0100)
commita4cc3278acccd2d543cba22c652063696d72361d
treeb841193c5080b845c251ba32620ec5dff4cf4b24
parentf05aa9fef9fbf985ed7f706caeea2fa36918f44f
dtrace: convert from sdt_instr_t to asm_instr_t 2of2

The sdt_instr_t type was introduced as a generic type name for machine
instructions to be defined as a synonym for the arch-specific type.
It was named thusly because it was only used by the SDT support code.
However, other providers will need it also (e.g. FBT) and therefore it
is more appropriate to give it a name that is not tied to a specific
provider.

Orabug: 21220305

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
Acked-by: Nick Alcock <nick.alcock@oracle.com>
Acked-by: Allen Pais <allen.pais@oracle.com>
arch/sparc/include/asm/dtrace_arch.h [new file with mode: 0644]
arch/sparc/include/asm/dtrace_sdt.h [deleted file]
arch/sparc/kernel/dtrace_sdt.c
arch/x86/include/asm/dtrace_arch.h [new file with mode: 0644]
arch/x86/include/asm/dtrace_sdt.h [deleted file]
arch/x86/kernel/dtrace_sdt.c
kernel/dtrace/dtrace_sdt.h
kernel/dtrace/dtrace_sdt_core.c