Release 4.11 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 |
Linus Torvalds (pre-git) | 11 | 44.00% | 1 | 14.29% |
Linus Torvalds | 5 | 20.00% | 2 | 28.57% |
Horst Hartmann | 4 | 16.00% | 1 | 14.29% |
Christian Bornträger | 3 | 12.00% | 1 | 14.29% |
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.