Linux Kernel
3.7.1
|
#include <kmalloc.h>
Go to the source code of this file.
Macros | |
#define | L1_CACHE_SHIFT CONFIG_MIPS_L1_CACHE_SHIFT |
#define | L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) |
#define | SMP_CACHE_SHIFT L1_CACHE_SHIFT |
#define | SMP_CACHE_BYTES L1_CACHE_BYTES |
#define | __read_mostly __attribute__((__section__(".data..read_mostly"))) |
#define __read_mostly __attribute__((__section__(".data..read_mostly"))) |
#define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) |
#define SMP_CACHE_BYTES L1_CACHE_BYTES |
#define SMP_CACHE_SHIFT L1_CACHE_SHIFT |