Skip to content
  • Vincenzo Frascino's avatar
    lib: vdso: Enable common headers · 220add7e
    Vincenzo Frascino authored
    
    
    The vDSO library should only include the necessary headers required for
    a userspace library (UAPI and a minimal set of kernel headers). To make
    this possible it is necessary to isolate from the kernel headers the
    common parts that are strictly necessary to build the library.
    
    Refactor the unified vdso code to use the common headers.
    
    Cc: Andy Lutomirski <luto@kernel.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: default avatarVincenzo Frascino <vincenzo.frascino@arm.com>
    220add7e