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 <pbonzini@xxxxxxxxxx> > Cc: Thomas Huth <thuth@xxxxxxxxxx> > Cc: Andrew Jones <andrew.jones@xxxxxxxxx> > Cc: Janosch Frank <frankja@xxxxxxxxxxxxx> > Cc: Claudio Imbrenda <imbrenda@xxxxxxxxxxxxx> > Cc: Nico Böhr <nrb@xxxxxxxxxxxxx> > Cc: David Hildenbrand <david@xxxxxxxxxx> > Cc: kvm@xxxxxxxxxxxxxxx > Cc: linux-s390@xxxxxxxxxxxxxxx > Signed-off-by: Nicholas Piggin <npiggin@xxxxxxxxx> > --- > 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.jones@xxxxxxxxx>