Skip to content

Commit 9e18f18

Browse files
authored
Merge pull request torvalds#305 from tavip/issue-301
lkl: xor: select 8regs as default
2 parents c874d36 + 1b3d463 commit 9e18f18

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

arch/lkl/include/asm/Kbuild

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,3 @@ generic-y += trace_clock.h
7474
generic-y += uaccess.h
7575
generic-y += unaligned.h
7676
generic-y += word-at-a-time.h
77-
generic-y += xor.h

arch/lkl/include/asm/xor.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#ifndef _ASM_LKL_XOR_H
2+
#define _ASM_LKL_XOR_H
3+
4+
#include <asm-generic/xor.h>
5+
6+
#define XOR_SELECT_TEMPLATE(x) (&xor_block_8regs)
7+
8+
#endif /* _ASM_LKL_XOR_H */

0 commit comments

Comments
 (0)