]> Git Repo - linux.git/blob - arch/sh/include/asm/cache_insns.h
Merge tag 'stable/for-linus-3.13-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...
[linux.git] / arch / sh / include / asm / cache_insns.h
1 #ifndef __ASM_SH_CACHE_INSNS_H
2 #define __ASM_SH_CACHE_INSNS_H
3
4
5 #ifdef CONFIG_SUPERH32
6 # include <asm/cache_insns_32.h>
7 #else
8 # include <asm/cache_insns_64.h>
9 #endif
10
11 #endif /* __ASM_SH_CACHE_INSNS_H */
This page took 0.033478 seconds and 4 git commands to generate.