diff options
Diffstat (limited to 'arch/x86/machine/cpu.h')
-rw-r--r-- | arch/x86/machine/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/machine/cpu.h b/arch/x86/machine/cpu.h index b9f8c0df..30258460 100644 --- a/arch/x86/machine/cpu.h +++ b/arch/x86/machine/cpu.h @@ -24,6 +24,9 @@ * L1 cache line size. * * XXX Use this value until processor selection is available. + * + * TODO Add macros to specifically align to the cache line size, and to + * do so only in SMP configurations. */ #define CPU_L1_SIZE 64 |