kernel: fix missing cpu cache defines non-x86

* Regression introduced due to scheduler change
* Other other non-x86, non-ppc, and non-arm platforms
  need evalulated for this metric
This commit is contained in:
Alexander von Gluck IV
2014-01-19 14:27:09 -06:00
parent 6647d2c95a
commit 524bea3553
2 changed files with 12 additions and 0 deletions
@@ -10,6 +10,11 @@
#include <kernel.h>
#define CPU_MAX_CACHE_LEVEL 8
#define CACHE_LINE_SIZE 128
// 128 Byte lines on PPC970
struct iframe {
uint32 vector;
uint32 srr0;