[xtensa-cvscommit] linux/arch/xtensa/mm loadmmu.c,1.2,1.3
Brought to you by:
zankel
|
From: <ma...@us...> - 2003-04-01 22:10:48
|
Update of /cvsroot/xtensa/linux/arch/xtensa/mm In directory sc8-pr-cvs1:/tmp/cvs-serv24339 Modified Files: loadmmu.c Log Message: Remove warnings. Index: loadmmu.c =================================================================== RCS file: /cvsroot/xtensa/linux/arch/xtensa/mm/loadmmu.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** loadmmu.c 1 Apr 2003 20:30:54 -0000 1.2 --- loadmmu.c 1 Apr 2003 22:10:31 -0000 1.3 *************** *** 87,93 **** XCHAL_ICACHE_SIZE >> 10, 1 << XCHAL_ICACHE_LINEWIDTH); ! _dma_cache_wback_inv = xt_panic; ! _dma_cache_wback = xt_panic; ! _dma_cache_inv = xt_panic; flush_tlb_all(); --- 87,93 ---- XCHAL_ICACHE_SIZE >> 10, 1 << XCHAL_ICACHE_LINEWIDTH); ! (void(*)(void))_dma_cache_wback_inv = xt_panic; ! (void(*)(void))_dma_cache_wback = xt_panic; ! (void(*)(void))_dma_cache_inv = xt_panic; flush_tlb_all(); |