mirror-linux/arch/s390/include/asm/cacheflush.h

9 lines
196 B
C

#ifndef _S390_CACHEFLUSH_H
#define _S390_CACHEFLUSH_H
/* Caches aren't brain-dead on the s390. */
#include <asm-generic/cacheflush.h>
#include <asm/set_memory.h>
#endif /* _S390_CACHEFLUSH_H */