Skip to content

Commit

Permalink
Merge pull request torvalds#305 from tavip/issue-301
Browse files Browse the repository at this point in the history
lkl: xor: select 8regs as default
  • Loading branch information
tavip authored Jan 23, 2017
2 parents c874d36 + 1b3d463 commit 9e18f18
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/lkl/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,3 @@ generic-y += trace_clock.h
generic-y += uaccess.h
generic-y += unaligned.h
generic-y += word-at-a-time.h
generic-y += xor.h
8 changes: 8 additions & 0 deletions arch/lkl/include/asm/xor.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef _ASM_LKL_XOR_H
#define _ASM_LKL_XOR_H

#include <asm-generic/xor.h>

#define XOR_SELECT_TEMPLATE(x) (&xor_block_8regs)

#endif /* _ASM_LKL_XOR_H */

0 comments on commit 9e18f18

Please sign in to comment.