Skip to content

Commit 842fc0f

Browse files
hmrctmattst88
authored andcommitted
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>
1 parent d139371 commit 842fc0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/include/uapi/asm/bitsperlong.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
#include "../../arch/ia64/include/uapi/asm/bitsperlong.h"
1616
#elif defined(__riscv)
1717
#include "../../arch/riscv/include/uapi/asm/bitsperlong.h"
18+
#elif defined(__alpha__)
19+
#include "../../arch/alpha/include/uapi/asm/bitsperlong.h"
1820
#else
1921
#include <asm-generic/bitsperlong.h>
2022
#endif

0 commit comments

Comments
 (0)