On Tue, 5 Feb 2019 at 17:33, Eric Auger <eric.au...@redhat.com> wrote: > > From: Alexey Kardashevskiy <a...@ozlabs.ru> > > Since Linux'es ab66dcc76d "powerpc: generate uapi header and system call > table files" there are 2 new files: unistd_32.h and unistd_64.h. These > files content is moved from unistd.h so now we have to copy new files > as well, just like we already do for other architectures; this does it > for MIPS as well. > > Also, v5.0-rc2 moved vhost bits around in 4b86713236e4bd > "vhost: split structs into a separate header file", add those too. > > Signed-off-by: Alexey Kardashevskiy <a...@ozlabs.ru>
I think this fix is handled by commit a0a6ef91a4a4edde27 (now in master), yes ? thanks -- PMM