Re: [PATCH 2/5] asm-generic: move MAP_* flags from mman-common.h to mman.h

2024-10-09 Thread Lorenzo Stoakes
On Wed, Sep 25, 2024 at 09:06:12PM +, Arnd Bergmann wrote: > From: Arnd Bergmann > > powerpc and sparc include asm-generic/mman-common.h to get the MAP_* flags > 0x008000 through 0x400, but those flags are all different on alpha, > mips, parisc and xtensa. > > Add duplicate definitions for

[PATCH 2/5] asm-generic: move MAP_* flags from mman-common.h to mman.h

2024-09-25 Thread Arnd Bergmann
From: Arnd Bergmann powerpc and sparc include asm-generic/mman-common.h to get the MAP_* flags 0x008000 through 0x400, but those flags are all different on alpha, mips, parisc and xtensa. Add duplicate definitions for these along with the MAP_* flags for 0x100 through 0x4000 that are already