Release 4.7 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 __attribute__((__section__(".data..read_mostly")))
/* Read-only memory is marked before mark_rodata_ro() is called. */
#define __ro_after_init __read_mostly
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
| pre-git | pre-git | 11 | 36.67% | 1 | 12.50% |
| kees cook | kees cook | 5 | 16.67% | 1 | 12.50% |
| linus torvalds | linus torvalds | 5 | 16.67% | 2 | 25.00% |
| horst hartmann | horst hartmann | 4 | 13.33% | 1 | 12.50% |
| christian borntraeger | christian borntraeger | 3 | 10.00% | 1 | 12.50% |
| heiko carstens | heiko carstens | 1 | 3.33% | 1 | 12.50% |
| denys vlasenko | denys vlasenko | 1 | 3.33% | 1 | 12.50% |
| Total | 30 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.