From da3c22c74a3c6cbd26df40b2f6798a2d41be80ac Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Tue, 12 Sep 2023 11:24:40 +0200 Subject: linux-headers: Update to Linux v6.6-rc1 This update contains the required header changes for the "target/s390x: AP-passthrough for PV guests" patch from Steffen Eiden. Message-ID: <20230912093432.180041-1-thuth@redhat.com> Signed-off-by: Thomas Huth --- linux-headers/asm-riscv/bitsperlong.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'linux-headers/asm-riscv/bitsperlong.h') diff --git a/linux-headers/asm-riscv/bitsperlong.h b/linux-headers/asm-riscv/bitsperlong.h index 6dc0bb0c13..cc5c45a9ce 100644 --- a/linux-headers/asm-riscv/bitsperlong.h +++ b/linux-headers/asm-riscv/bitsperlong.h @@ -1 +1,14 @@ +/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */ +/* + * Copyright (C) 2012 ARM Ltd. + * Copyright (C) 2015 Regents of the University of California + */ + +#ifndef _ASM_RISCV_BITSPERLONG_H +#define _ASM_RISCV_BITSPERLONG_H + +#define __BITS_PER_LONG (__SIZEOF_POINTER__ * 8) + #include + +#endif /* _ASM_RISCV_BITSPERLONG_H */ -- cgit 1.4.1