diff options
author | Qian Cai <[email protected]> | 2019-10-03 17:36:36 -0400 |
---|---|---|
committer | Vasily Gorbik <[email protected]> | 2019-10-04 16:37:33 +0200 |
commit | 51ce02216d4ad4e8f6a58de81d6e803cf04c418e (patch) | |
tree | 274200f0c4f9c72d4694835e91882a4877e39d76 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 5c8e10f8326294b0f860da6e7266174f28fc1341 (diff) |
s390/mm: fix -Wunused-but-set-variable warnings
Convert two functions to static inline to get ride of W=1 GCC warnings
like,
mm/gup.c: In function 'gup_pte_range':
mm/gup.c:1816:16: warning: variable 'ptem' set but not used
[-Wunused-but-set-variable]
pte_t *ptep, *ptem;
^~~~
mm/mmap.c: In function 'acct_stack_growth':
mm/mmap.c:2322:16: warning: variable 'new_start' set but not used
[-Wunused-but-set-variable]
unsigned long new_start;
^~~~~~~~~
Signed-off-by: Qian Cai <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]/
Signed-off-by: Christian Borntraeger <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions