diff options
Diffstat (limited to 'kern/cpu_number.h')
-rw-r--r-- | kern/cpu_number.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/cpu_number.h b/kern/cpu_number.h index 44bbd64..650f404 100644 --- a/kern/cpu_number.h +++ b/kern/cpu_number.h @@ -37,5 +37,7 @@ int master_cpu; /* 'master' processor - keeps time */ /* cpu number is always 0 on a single processor system */ #define cpu_number() (0) +#define CPU_L1_SIZE (1 << CPU_L1_SHIFT) + #endif /* NCPUS == 1 */ #endif /* _KERN_CPU_NUMBER_H_ */ |