Vasili Galka | 5c53ec7 | 2014-08-26 14:05:31 +0300 | [diff] [blame] | 1 | /* |
2 | * This file contains stub implementation of | ||||
3 | * invalidate_dcache_range() | ||||
4 | * flush_dcache_range() | ||||
5 | * | ||||
6 | * SPDX-License-Identifier: GPL-2.0+ | ||||
7 | */ | ||||
8 | |||||
9 | void invalidate_dcache_range(unsigned long start, unsigned long stop) | ||||
10 | { | ||||
11 | } | ||||
12 | |||||
13 | void flush_dcache_range(unsigned long start, unsigned long stop) | ||||
14 | { | ||||
15 | } |