mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-15 19:25:13 +00:00
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>
This commit is contained in:
parent
d13937116f
commit
842fc0f5dc
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
||||||
#include "../../arch/ia64/include/uapi/asm/bitsperlong.h"
|
#include "../../arch/ia64/include/uapi/asm/bitsperlong.h"
|
||||||
#elif defined(__riscv)
|
#elif defined(__riscv)
|
||||||
#include "../../arch/riscv/include/uapi/asm/bitsperlong.h"
|
#include "../../arch/riscv/include/uapi/asm/bitsperlong.h"
|
||||||
|
#elif defined(__alpha__)
|
||||||
|
#include "../../arch/alpha/include/uapi/asm/bitsperlong.h"
|
||||||
#else
|
#else
|
||||||
#include <asm-generic/bitsperlong.h>
|
#include <asm-generic/bitsperlong.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue