Files
linux-apfs/arch/s390/include/asm/cache.h
T

20 lines
418 B
C
Raw Normal View History

2005-04-16 15:20:36 -07:00
/*
* include/asm-s390/cache.h
*
* S390 version
* Copyright (C) 1999 IBM Deutschland Entwicklung GmbH, IBM Corporation
*
* 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
2006-04-27 18:40:24 -07:00
#define __read_mostly __attribute__((__section__(".data.read_mostly")))
2005-04-16 15:20:36 -07:00
#endif