diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2019-07-12 11:01:52 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2019-07-12 11:08:31 +0200 |
commit | 286d8c46ed06d5fc1b8c212356a11a19b2c94bc4 (patch) | |
tree | 64fa879c312d6a52f90e6dbf3f7be2d66de3ddd4 /arch/arm/boot/dts/ste-snowball.dts | |
parent | bf47d8537eef13879c1814b210bf714917687574 (diff) |
mm: proc: task_mmu: silence compiler warning
Prevents:
fs/proc/task_mmu.c:761:7: warning: ‘last_vma’ may be used uninitialized in this function [-Wmaybe-uninitialized]
last_vma is guarded by 'rollup_mode = true' and thus never accessed
uninitalized. Upstream in the meantime refactored the code and thus
does not see the issue.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch/arm/boot/dts/ste-snowball.dts')
0 files changed, 0 insertions, 0 deletions