blob: e6bac58ae61350a293f152af88df12d9cb145b34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#ifndef __LINUX_BOUNDS_H__
#define __LINUX_BOUNDS_H__
/*
* DO NOT MODIFY.
*
* This file was generated by Kbuild
*/
#define NR_PAGEFLAGS 22 /* __NR_PAGEFLAGS */
#define MAX_NR_ZONES 3 /* __MAX_NR_ZONES */
#define NR_CPUS_BITS 6 /* ilog2(CONFIG_NR_CPUS) */
#define SPINLOCK_SIZE 24 /* sizeof(spinlock_t) */
#define LRU_GEN_WIDTH 0 /* 0 */
#define __LRU_REFS_WIDTH 0 /* 0 */
#endif
|