Init Sandybridge codes based on Nehalem.

This commit is contained in:
Xianyi Zhang
2012-03-30 20:01:03 +08:00
parent 5cbbc496b0
commit 19a48b82cf
57 changed files with 309 additions and 45 deletions

View File

@@ -62,7 +62,7 @@
#define PREFETCHSIZE (8 * 21 + 4)
#endif
#ifdef NEHALEM
#if defined(NEHALEM) || defined(SANDYBRIDGE)
#define PREFETCH prefetcht0
#define PREFETCHSIZE (8 * 21 + 4)
#endif