On Sun, Feb 05, 2023 at 06:17:04PM -0500, Peter Xu wrote: > The current definition already collapse with the generic definition of > vm_fault_reason. Move the private definitions to allocate bits from the > top of uint so they won't collapse anymore. > > Signed-off-by: Peter Xu <peterx@xxxxxxxxxx> > --- > arch/s390/mm/fault.c | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) Thanks a lot! Applied.