diff options
Diffstat (limited to 'include/asm-mips64/bcache.h')
-rw-r--r-- | include/asm-mips64/bcache.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-mips64/bcache.h b/include/asm-mips64/bcache.h index 4ab0fca19..dd1e5fa02 100644 --- a/include/asm-mips64/bcache.h +++ b/include/asm-mips64/bcache.h @@ -14,8 +14,9 @@ #ifdef CONFIG_BOARD_SCACHE -/* Some R4000 / R4400 / R4600 / R5000 machines may have chipset implemented - caches. On machines with other CPUs the CPU does the cache thing itself. */ +/* Some R4000 / R4400 / R4600 / R5000 machines may have a non-dma-coherent, + chipset implemented caches. On machines with other CPUs the CPU does the + cache thing itself. */ struct bcache_ops { void (*bc_enable)(void); void (*bc_disable)(void); |