diff options
author | Matt Fleming <[email protected]> | 2016-05-04 12:17:48 +0100 |
---|---|---|
committer | Tony Luck <[email protected]> | 2016-05-05 10:29:14 -0700 |
commit | 0b184a30d0df12f8366ce74bb9a5af2cff1fd3e3 (patch) | |
tree | 561e838529d75ea69a7f3dabfc8e7a495d303cc3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1bba3ff90842cf55313a64a8a22e6cca0b3fdcb7 (diff) |
ia64: Reduce stack usage by iterating over nodemask
GCC complains about sn2_global_tlb_purge() because of the large stack
required by the function,
arch/ia64/sn/kernel/sn2/sn2_smp.c: In function 'sn2_global_tlb_purge':
arch/ia64/sn/kernel/sn2/sn2_smp.c:319:1: warning: the frame size of 2176 bytes is larger than 2048 bytes [-Wframe-larger-than=]
2048 bytes of the stack are consumed by the node ID array 'nasids[]'.
But we don't actually need to put the ID array on the stack and can
use nodemask operations.
Cc: Tony Luck <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Signed-off-by: Matt Fleming <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions