aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBob Tracy <rct@frus.com>2019-01-21 21:09:14 -0800
committerMatt Turner <mattst88@gmail.com>2019-02-10 19:16:24 -0800
commit842fc0f5dc5c9f9bd91f891554996d903c40cf35 (patch)
tree8f2fe158789cf6f3fb8b79f02ad7ed077929f7d9 /tools
parentLinux 5.0-rc6 (diff)
downloadlinux-dev-842fc0f5dc5c9f9bd91f891554996d903c40cf35.tar.xz
linux-dev-842fc0f5dc5c9f9bd91f891554996d903c40cf35.zip
tools uapi: fix Alpha support
Cc: stable@vger.kernel.org # v4.18+ Signed-off-by: Bob Tracy <rct@frus.com> Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/include/uapi/asm/bitsperlong.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/include/uapi/asm/bitsperlong.h b/tools/include/uapi/asm/bitsperlong.h
index fd92ce8388fc..57aaeaf8e192 100644
--- a/tools/include/uapi/asm/bitsperlong.h
+++ b/tools/include/uapi/asm/bitsperlong.h
@@ -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