]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: convert relative probepoint relocation addresses to absolute
authorRandy Dunlap <randy.dunlap@oracle.com>
Tue, 28 Jun 2011 00:17:17 +0000 (17:17 -0700)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:39:52 +0000 (22:39 +0100)
commit0e90292704a55f10754cd6d41fe659857f48d893
tree0b34476630342588832bb70663a2c30dd9ffb5ea
parente14c92e23c7620d93774fd9ebc2f4596d7772c3d
dtrace: convert relative probepoint relocation addresses to absolute

This should have been done by the top-level Makefile, but it must
have a dependency problem since the generated vmlinux_info.S has
the correct info in it but the vmlinux_info.o file does not AND
the .S file was created AFTER the .o file.

Also convert calls to dtrace stub RETs to NOPs.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
kernel/dtrace/sdt_register.c