x86 entry code updates:

    - Convert the 32bit syscalls to be pt_regs based which removes the
      requirement to push all 6 potential arguments onto the stack and
      consolidates the interface with the 64bit variant

    - The first small portion of the exception and syscall related entry
      code consolidation which aims to address the recently discovered
      issues vs. RCU, int3, NMI and some other exceptions which can
      interrupt any context. The bulk of the changes is still work in
      progress and aimed for 5.8.

    - A few lockdep namespace cleanups which have been applied into this
      branch to keep the prerequisites for the ongoing work confined.
x86/entry: Fix build error x86 with !CONFIG_POSIX_TIMERS

Add missing semicolon.

Fixes: a74d187c2df3 ("x86/entry: Refactor SYS_NI macros")
Reported-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Brian Gerst <brgerst@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200324143520.898733-1-brgerst@gmail.com

1 file changed