mbox series

[0/2] x86: vdso: Two small ifdef cleanups

Message ID 20240910-x86-vdso-ifdef-v1-0-877c9df9b081@linutronix.de (mailing list archive)
Headers show
Series x86: vdso: Two small ifdef cleanups | expand

Message

Thomas Weißschuh Sept. 10, 2024, 10:11 a.m. UTC
Some small non-functional cleanups to make the vdso setup easier to
read.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
---
Thomas Weißschuh (2):
      x86: vdso: Remove ifdeffery around page setup variants
      x86: vdso: Remove redundant ifdeffery around in_ia32_syscall()

 arch/x86/entry/vdso/vma.c   | 35 ++++++++++++-----------------------
 arch/x86/include/asm/elf.h  |  4 ----
 arch/x86/include/asm/vdso.h |  8 --------
 3 files changed, 12 insertions(+), 35 deletions(-)
---
base-commit: bc83b4d1f08695e85e85d36f7b803da58010161d
change-id: 20240909-x86-vdso-ifdef-2bda95c8c897

Best regards,