cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
pre-gitpre-git1136.67%112.50%
kees cookkees cook516.67%112.50%
linus torvaldslinus torvalds516.67%225.00%
horst hartmannhorst hartmann413.33%112.50%
christian borntraegerchristian borntraeger310.00%112.50%
heiko carstensheiko carstens13.33%112.50%
denys vlasenkodenys vlasenko13.33%112.50%
Total30100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}