Skip to content

Commit 4650995

Browse files
authored
Use Haswell optimizations for Zen as well
1 parent db348dc commit 4650995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/drot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#if defined(SKYLAKEX)
44
#include "drot_microk_skylakex-2.c"
5-
#elif defined(HASWELL)
5+
#elif defined(HASWELL) || defined(ZEN)
66
#include "drot_microk_haswell-2.c"
77
#endif
88

0 commit comments

Comments
 (0)