lx_emul: remove duplication of ZERO_PAGE for ARM

The extra definition introduced by commit:
"lx_emul & arm: define ZERO_PAGE" re-defined the macro included
by a header of the contrib sources. This commit removes the
contrib header and defines thereby missing macros.
This commit is contained in:
Stefan Kalkowski 2022-05-30 11:23:09 +02:00 committed by Christian Helmuth
parent d213cfa897
commit e6602d527c

View File

@ -18,7 +18,8 @@
#include <asm/proc-fns.h>
#include <asm-generic/pgtable-nopud.h>
#include <asm-generic/pgtable_uffd.h>
#include <asm/pgtable-nommu.h>
#define PGDIR_SHIFT 21
#ifndef __ASSEMBLY__