Skip to content

Commit 950c047

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/srot.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 "srot_microk_skylakex-2.c"
5-
#elif defined(HASWELL)
5+
#elif defined(HASWELL) || defined(ZEN)
66
#include "srot_microk_haswell-2.c"
77
#endif
88

0 commit comments

Comments
 (0)