Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  *  S390 version
0004  *    Copyright IBM Corp. 1999
0005  *
0006  *  Derived from "include/asm-i386/cache.h"
0007  *    Copyright (C) 1992, Linus Torvalds
0008  */
0009 
0010 #ifndef __ARCH_S390_CACHE_H
0011 #define __ARCH_S390_CACHE_H
0012 
0013 #define L1_CACHE_BYTES     256
0014 #define L1_CACHE_SHIFT     8
0015 #define NET_SKB_PAD    32
0016 
0017 #define __read_mostly __section(".data..read_mostly")
0018 
0019 #endif