commit | f63e6d89876034c21ecd18bb1cd0d6c5b8da11a5 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Thu Mar 24 22:04:03 2016 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Apr 14 15:47:06 2016 +1000 |
tree | 2ee1ed2c10c82001f382c2a9b0d3fcf7911fa51c | |
parent | 28e7cbd3e0f5fefec892842d1391ebd508fdb5ce [diff] |
powerpc/livepatch: Add livepatch header Add the powerpc specific livepatch definitions. In particular we provide a non-default implementation of klp_get_ftrace_location(). This is required because the location of the mcount call is not constant when using -mprofile-kernel (which we always do for live patching). Signed-off-by: Torsten Duwe <duwe@suse.de> Signed-off-by: Balbir Singh <bsingharora@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>