diff options
| author | Christophe Leroy <[email protected]> | 2021-03-10 17:46:49 +0000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2021-04-03 21:22:02 +1100 |
| commit | 9975f852ce1bf041a1a81bf882e29ee7a3b78ca6 (patch) | |
| tree | e43c7690c69823b263b4d58f17b298ad2a065792 /tools/perf/scripts/python/syscall-counts.py | |
| parent | 028e15616857add3ba4951f989027675370b0e82 (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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions