diff options
author | Denys Vlasenko <[email protected]> | 2015-09-26 14:47:17 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-09-28 10:13:31 +0200 |
commit | 0d44975d1e2791f6df2b84b182f49d815ba3c9e0 (patch) | |
tree | 1739c9a93bf592af4245a2ff1595aae2af74fc98 /tools/perf/util/trace-event-scripting.c | |
parent | 097f70b3c4d84ffccca15195bdfde3a37c0a7c0f (diff) |
x86/kgdb: Replace bool_int_array[NR_CPUS] with bitmap
Straigntforward conversion from:
int was_in_debug_nmi[NR_CPUS]
to:
DECLARE_BITMAP(was_in_debug_nmi, NR_CPUS)
Saves about 2 kbytes in BSS for NR_CPUS=512.
Signed-off-by: Denys Vlasenko <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Jason Wessel <[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]
[ Tidied up the code a bit. ]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions