diff options
author | Paul Gortmaker <[email protected]> | 2016-07-23 14:01:45 -0400 |
---|---|---|
committer | Paul Gortmaker <[email protected]> | 2017-02-09 16:38:53 -0500 |
commit | 8a293be0d6fa0720809db6ac35a0552c51710cd2 (patch) | |
tree | 87d2cd8c03ea1746f76dc710d968aaa14f5d61b4 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 9ae8282d7f194e7e5fff30c82133dbb85923255d (diff) |
core: migrate exception table users off module.h and onto extable.h
These files were including module.h for exception table related
functions. We've now separated that content out into its own file
"extable.h" so now move over to that and where possible, avoid all
the extra header content in module.h that we don't really need to
compile these non-modular files.
Note:
init/main.c still needs module.h for __init_or_module
kernel/extable.c still needs module.h for is_module_text_address
...and so we don't get the benefit of removing module.h from the cpp
feed for these two files, unlike the almost universal 1:1 exchange
of module.h for extable.h we were able to do in the arch dirs.
Cc: Rusty Russell <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Linus Torvalds <[email protected]>
Acked-by: Jessica Yu <[email protected]>
Signed-off-by: Paul Gortmaker <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions