diff --git a/driver/others/dynamic.c b/driver/others/dynamic.c index 46ad06a7c..4212e868c 100644 --- a/driver/others/dynamic.c +++ b/driver/others/dynamic.c @@ -824,6 +824,9 @@ static gotoblas_t *get_coretype(void){ switch (family) { case 0x6: return &gotoblas_NANO; + break; + case 0x7: + return &gotoblas_NEHALEM; } }