diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2019-07-30 10:53:10 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@ozlabs.org> | 2019-08-23 15:57:24 +1000 |
commit | ff7240ccf0cdab86762635840c6d62eec7147d18 (patch) | |
tree | e82e4001de138097d347e3e18fa37ed93f39d33a /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37 (diff) |
KVM: PPC: Book3S: Mark expected switch fall-through
Fix the error below triggered by `-Wimplicit-fallthrough`, by tagging
it as an expected fall-through.
arch/powerpc/kvm/book3s_32_mmu.c: In function ‘kvmppc_mmu_book3s_32_xlate_pte’:
arch/powerpc/kvm/book3s_32_mmu.c:241:21: error: this statement may fall through [-Werror=implicit-fallthrough=]
pte->may_write = true;
~~~~~~~~~~~~~~~^~~~~~
arch/powerpc/kvm/book3s_32_mmu.c:242:5: note: here
case 3:
^~~~
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions