Do not allow unroll of Drupal7, increases performance on CL1.2

pull/617/head
jsteube 8 years ago
parent 0de908905f
commit ee2e8ba598

@ -111,6 +111,9 @@
#if KERN_TYPE == 7400
#undef _unroll
#endif
#if KERN_TYPE == 7900
#undef _unroll
#endif
#if KERN_TYPE == 8200
#undef _unroll
#endif
@ -220,4 +223,3 @@
#endif
#endif

Loading…
Cancel
Save