Files
Waiman Long 1be75950df vdso: Introduce vdso/align.h
JIRA: https://issues.redhat.com/browse/RHEL-114122

commit 5b47aba858101639a4442c2140b73f64eb796ed1
Author: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Date:   Tue, 4 Feb 2025 13:05:35 +0100

    vdso: Introduce vdso/align.h

    The vDSO implementation can only include headers from the vdso/
    namespace. To enable the usage of the ALIGN() macro from the vDSO, move
    linux/align.h to vdso/align.h wholly.
    As the only dependency linux/const.h is only a wrapper around
    vdso/const.h anyways adapt that dependency.

    Also provide a compatibility wrapper linux/align.h.

    Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    Link: https://lore.kernel.org/all/20250204-vdso-store-rng-v3-3-13a4669dfc8c@linutronix.de

Signed-off-by: Waiman Long <longman@redhat.com>
2025-12-13 20:56:33 -05:00

8 lines
139 B
C

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_ALIGN_H
#define _LINUX_ALIGN_H
#include <vdso/align.h>
#endif /* _LINUX_ALIGN_H */