diff options
author | Wei Yang <[email protected]> | 2016-12-25 14:35:51 +0000 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-12-28 09:20:29 +0100 |
commit | b4ed1d15b453c86b4b9362128bd7a0ecd95a105c (patch) | |
tree | 03f0d77ddec7c04c869477e93d4ea50aff4ecf3f /tools/perf/scripts/python | |
parent | 2d706e790f0508dff4fb72eca9b4892b79757feb (diff) |
x86/e820: Make e820_search_gap() static and remove unused variables
e820_search_gap() is just used locally now and the 'start_addr' and 'end_addr'
parameters are fixed values. Also, 'gapstart' is not checked in this function
anymore.
So make the function static and remove those unused variables.
Signed-off-by: Wei Yang <[email protected]>
Acked-by: Yinghai Lu <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions