]> git.baikalelectronics.ru Git - kernel.git/commit
common: Introduce processor.h
authorVincenzo Frascino <vincenzo.frascino@arm.com>
Fri, 20 Mar 2020 14:53:40 +0000 (14:53 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 21 Mar 2020 14:23:59 +0000 (15:23 +0100)
commitf648fa746aa973402521b5598fbbd878a187da73
tree68086a265192c3b4e2121b7ea9325133bdb7c8ec
parent1565bbef661901cfd77a307fa8a3304dad36a1b4
common: Introduce processor.h

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.

Introduce processor.h to contain all the processor specific functions
that are suitable for vDSO inclusion.

Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200320145351.32292-16-vincenzo.frascino@arm.com
include/vdso/processor.h [new file with mode: 0644]