]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/arm/include/asm/cache.h
Merge branch 'for_rmk' of git://git.mnementh.co.uk/linux-2.6-im into devel
[mirror_ubuntu-zesty-kernel.git] / arch / arm / include / asm / cache.h
CommitLineData
1da177e4 1/*
4baa9922 2 * arch/arm/include/asm/cache.h
1da177e4
LT
3 */
4#ifndef __ASMARM_CACHE_H
5#define __ASMARM_CACHE_H
6
7#define L1_CACHE_SHIFT 5
8#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT)
9
1da177e4 10#endif