Release 4.14 arch/s390/include/asm/cache.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* 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 | 42.31% | 1 | 12.50% |
| Linus Torvalds | 5 | 19.23% | 2 | 25.00% |
| Horst Hartmann | 4 | 15.38% | 1 | 12.50% |
| Christian Bornträger | 3 | 11.54% | 1 | 12.50% |
| Heiko Carstens | 2 | 7.69% | 2 | 25.00% |
| Greg Kroah-Hartman | 1 | 3.85% | 1 | 12.50% |
| Total | 26 | 100.00% | 8 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.