blob: 5d674bce418c0b8f2b61a4b597e61f73492863f5 [file] [log] [blame]
Vasili Galka5c53ec72014-08-26 14:05:31 +03001/*
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
9void invalidate_dcache_range(unsigned long start, unsigned long stop)
10{
11}
12
13void flush_dcache_range(unsigned long start, unsigned long stop)
14{
15}