On Mon, Feb 26, 2024 at 08:12:10PM +1000, Nicholas Piggin wrote: > There is no good reason to put setup_vm in libcflat.h when it's > defined in vmalloc.h. > > Cc: Paolo Bonzini <pbonz...@redhat.com> > Cc: Thomas Huth <th...@redhat.com> > Cc: Andrew Jones <andrew.jo...@linux.dev> > Cc: Janosch Frank <fran...@linux.ibm.com> > Cc: Claudio Imbrenda <imbre...@linux.ibm.com> > Cc: Nico Böhr <n...@linux.ibm.com> > Cc: David Hildenbrand <da...@redhat.com> > Cc: k...@vger.kernel.org > Cc: linux-s...@vger.kernel.org > Signed-off-by: Nicholas Piggin <npig...@gmail.com> > --- > common/sieve.c | 1 + > lib/libcflat.h | 2 -- > lib/s390x/io.c | 1 + > lib/s390x/uv.h | 1 + > lib/x86/vm.h | 1 + > s390x/mvpg.c | 1 + > s390x/selftest.c | 1 + > x86/pmu.c | 1 + > x86/pmu_lbr.c | 1 + > x86/vmexit.c | 1 + > x86/vmware_backdoors.c | 1 + > 11 files changed, 10 insertions(+), 2 deletions(-) >
Acked-by: Andrew Jones <andrew.jo...@linux.dev>