aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorChristophe Leroy <[email protected]>2021-03-10 17:46:49 +0000
committerMichael Ellerman <[email protected]>2021-04-03 21:22:02 +1100
commit9975f852ce1bf041a1a81bf882e29ee7a3b78ca6 (patch)
treee43c7690c69823b263b4d58f17b298ad2a065792 /tools/perf/scripts/python/bin/stackcollapse-record
parent028e15616857add3ba4951f989027675370b0e82 (diff)
powerpc/uaccess: Remove calls to __get_user_bad() and __put_user_bad()
__get_user_bad() and __put_user_bad() are functions that are declared but not defined, in order to make the link fail in case they are called. Nowadays, we have BUILD_BUG() and BUILD_BUG_ON() for that, and they have the advantage to break the build earlier as it breaks it at compile time instead of link time. Signed-off-by: Christophe Leroy <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/d7d839e994f49fae4ff7b70fac72bd951272436b.1615398265.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions