diff options
author | Mathieu Malaterre <malat@debian.org> | 2019-06-04 13:00:36 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-07-03 15:19:35 +1000 |
commit | 548c54acba5bd1388d50727a9a126a42d0cd4ad0 (patch) | |
tree | 50cd077c09443c404918c9757c4e077b2f78e408 /arch/powerpc/kvm | |
parent | 6c46fcce39f0eb4830078c5f1db289dd7196f84a (diff) | |
download | linux-stable-548c54acba5bd1388d50727a9a126a42d0cd4ad0.tar.gz linux-stable-548c54acba5bd1388d50727a9a126a42d0cd4ad0.tar.bz2 linux-stable-548c54acba5bd1388d50727a9a126a42d0cd4ad0.zip |
powerpc: silence a -Wcast-function-type warning in dawr_write_file_bool
In commit c1fe190c0672 ("powerpc: Add force enable of DAWR on P9
option") the following piece of code was added:
smp_call_function((smp_call_func_t)set_dawr, &null_brk, 0);
Since GCC 8 this triggers the following warning about incompatible
function types:
arch/powerpc/kernel/hw_breakpoint.c:408:21: error: cast between incompatible function types from 'int (*)(struct arch_hw_breakpoint *)' to 'void (*)(void *)' [-Werror=cast-function-type]
Since the warning is there for a reason, and should not be hidden behind
a cast, provide an intermediate callback function to avoid the warning.
Fixes: c1fe190c0672 ("powerpc: Add force enable of DAWR on P9 option")
Suggested-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Mathieu Malaterre <malat@debian.org>
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kvm')
0 files changed, 0 insertions, 0 deletions