diff options
author | Bob Tracy <rct@frus.com> | 2019-01-22 08:09:14 +0300 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2019-02-11 06:16:24 +0300 |
commit | 842fc0f5dc5c9f9bd91f891554996d903c40cf35 (patch) | |
tree | 8f2fe158789cf6f3fb8b79f02ad7ed077929f7d9 /tools | |
parent | d13937116f1e82bf508a6325111b322c30c85eb9 (diff) | |
download | linux-842fc0f5dc5c9f9bd91f891554996d903c40cf35.tar.xz |
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.h | 2 |
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 |