commit | 30c39447f901a668353a4f7e24924975db778da3 | [log] [tgz] |
---|---|---|
author | Macpaul Lin <macpaul@gmail.com> | Sun Jul 15 11:54:13 2012 +0800 |
committer | Macpaul Lin <macpaul@gmail.com> | Fri Jul 20 23:55:52 2012 +0800 |
tree | b2e043e58183ee886ecce1992761b670c79e06f3 | |
parent | 1352572f15a6018dc97b32941eb16ff2ebd61d92 [diff] |
nds32: split common cache access from cpu into lib This commit does the following updates. 1. Split the common cache access from cpu.c into lib folder. 2. Rename the following cache api to adapt common.h - dcache_flush_rang -> flush_dcache_rang - icache_inval_range -> invalidate_icache_range 3. Add invalidate_dcache_range Signed-off-by: Macpaul Lin <macpaul@gmail.com>