We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c874d36 + 1b3d463 commit 9e18f18Copy full SHA for 9e18f18
arch/lkl/include/asm/Kbuild
@@ -74,4 +74,3 @@ generic-y += trace_clock.h
74
generic-y += uaccess.h
75
generic-y += unaligned.h
76
generic-y += word-at-a-time.h
77
-generic-y += xor.h
arch/lkl/include/asm/xor.h
@@ -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