On Wed, Dec 9, 2009 at 02:01, <[email protected]> wrote: > Revision 7957 Author sonicz Date 2009-12-09 02:01:50 -0500 (Wed, 09 Dec > 2009) > > Log Message > > Configure cache status for reserved ram in mpu cplb manager. > > Modified: trunk/arch/blackfin/kernel/cplb-mpu/cplbmgr.c (7956 => 7957) > > @@ -231,6 +233,8 @@ > return CPLB_PROT_VIOL; > } else if (addr >= _ramend) { > i_data |= CPLB_USER_RD; > + if (reserved_mem_icache_on) > + d_data |= CPLB_L1_CHBL;
should that be i_data ? arch/blackfin/kernel/cplb-mpu/cplbmgr.c: In function 'icplb_miss': arch/blackfin/kernel/cplb-mpu/cplbmgr.c:237: error: 'd_data' undeclared (first use in this function) arch/blackfin/kernel/cplb-mpu/cplbmgr.c:237: error: (Each undeclared identifier is reported only once arch/blackfin/kernel/cplb-mpu/cplbmgr.c:237: error: for each function it appears in.) make[1]: *** [arch/blackfin/kernel/cplb-mpu/cplbmgr.o] Error 1 -mike _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
