From db2365f27f9c0bae64790babc03488c26e43a44b Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Wed, 4 Feb 2009 16:49:45 +0800 Subject: [PATCH] --- yaml --- r: 130927 b: refs/heads/master c: bf324cb81a2f7da357eba00b6b1ef1cf38c264b8 h: refs/heads/master i: 130925: 51161e4a8c902e6f3cffedbebadf5cd7699e5ad4 130923: c8cce012ea33b5bff3641070fca694e6d296683c 130919: b643fb4fc2acf2d11a1289ca6d9a3c72e1a04faa 130911: 4def6de5c92669f48c1c650e5bfce7cf588d47ad v: v3 --- [refs] | 2 +- trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c0a79804be92..38526a767951 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 65319628db2c7a630daadfeec4d371aaca788482 +refs/heads/master: bf324cb81a2f7da357eba00b6b1ef1cf38c264b8 diff --git a/trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c b/trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c index bdb958486e76..3e329a6ce041 100644 --- a/trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c +++ b/trunk/arch/blackfin/kernel/cplb-mpu/cplbinit.c @@ -63,10 +63,8 @@ void __init generate_cplb_tables_cpu(unsigned int cpu) dcplb_tbl[cpu][i_d].addr = 0; dcplb_tbl[cpu][i_d++].data = SDRAM_OOPS | PAGE_SIZE_1KB; -#if 0 icplb_tbl[cpu][i_i].addr = 0; - icplb_tbl[cpu][i_i++].data = i_cache | CPLB_USER_RD | PAGE_SIZE_4KB; -#endif + icplb_tbl[cpu][i_i++].data = i_cache | CPLB_USER_RD | PAGE_SIZE_1KB; /* Cover kernel memory with 4M pages. */ addr = 0;