[PATCH 34/43] x86/mm: Remove hard-coded ASID limit checks

2017-11-24 Thread Ingo Molnar
From: Dave Hansen First, it's nice to remove the magic numbers. Second, KAISER is going to consume half of the available ASID space. The space is currently unused, but add a comment to spell out this new restriction. Signed-off-by: Dave Hansen Signed-off-by: Thomas Gleixner Cc: Linus Torvald

[PATCH 34/43] x86/mm: Remove hard-coded ASID limit checks

2017-11-24 Thread Ingo Molnar
From: Dave Hansen First, it's nice to remove the magic numbers. Second, KAISER is going to consume half of the available ASID space. The space is currently unused, but add a comment to spell out this new restriction. Signed-off-by: Dave Hansen Cc: Andy Lutomirski Cc: Borislav Petkov Cc: Bri