]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
tools uapi: fix Alpha support
authorBob Tracy <rct@frus.com>
Tue, 22 Jan 2019 05:09:14 +0000 (21:09 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Feb 2019 09:25:45 +0000 (10:25 +0100)
commit 842fc0f5dc5c9f9bd91f891554996d903c40cf35 upstream.

Cc: stable@vger.kernel.org # v4.18+
Signed-off-by: Bob Tracy <rct@frus.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/include/uapi/asm/bitsperlong.h

index fd92ce8388fceb2f30b79bff3a5be86f22dc6568..57aaeaf8e192038ae37eceaa0b60fba82b5f6013 100644 (file)
@@ -15,6 +15,8 @@
 #include "../../arch/ia64/include/uapi/asm/bitsperlong.h"
 #elif defined(__riscv)
 #include "../../arch/riscv/include/uapi/asm/bitsperlong.h"
+#elif defined(__alpha__)
+#include "../../arch/alpha/include/uapi/asm/bitsperlong.h"
 #else
 #include <asm-generic/bitsperlong.h>
 #endif