--- 25-akpm/include/asm-i386/processor.h | 1 + 1 files changed, 1 insertion(+) diff -puN include/asm-i386/processor.h~new-version-of-early-cpu-detect-fix include/asm-i386/processor.h --- 25/include/asm-i386/processor.h~new-version-of-early-cpu-detect-fix 2004-04-22 23:10:05.945776024 -0700 +++ 25-akpm/include/asm-i386/processor.h 2004-04-22 23:10:52.643676864 -0700 @@ -59,6 +59,7 @@ struct cpuinfo_x86 { char x86_model_id[64]; int x86_cache_size; /* in KB - valid for CPUS which support this call */ + int x86_cache_alignment; /* In bytes */ int fdiv_bug; int f00f_bug; int coma_bug; _