Release 4.10 arch/s390/include/asm/cache.h
/*
* S390 version
* Copyright IBM Corp. 1999
*
* Derived from "include/asm-i386/cache.h"
* Copyright (C) 1992, Linus Torvalds
*/
#ifndef __ARCH_S390_CACHE_H
#define __ARCH_S390_CACHE_H
#define L1_CACHE_BYTES 256
#define L1_CACHE_SHIFT 8
#define NET_SKB_PAD 32
#define __read_mostly __section(.data..read_mostly)
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
pre-git | pre-git | 11 | 44.00% | 1 | 14.29% |
linus torvalds | linus torvalds | 5 | 20.00% | 2 | 28.57% |
horst hartmann | horst hartmann | 4 | 16.00% | 1 | 14.29% |
christian borntraeger | christian borntraeger | 3 | 12.00% | 1 | 14.29% |
heiko carstens | heiko carstens | 2 | 8.00% | 2 | 28.57% |
| Total | 25 | 100.00% | 7 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.