| From 842fc0f5dc5c9f9bd91f891554996d903c40cf35 Mon Sep 17 00:00:00 2001 |
| From: Bob Tracy <rct@frus.com> |
| Date: Mon, 21 Jan 2019 21:09:14 -0800 |
| Subject: tools uapi: fix Alpha support |
| |
| From: Bob Tracy <rct@frus.com> |
| |
| 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 | 2 ++ |
| 1 file changed, 2 insertions(+) |
| |
| --- 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 |