mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-15 17:30:28 +00:00
a537d06c72
In order to genererate suitable kernel headers, a 5.10 kernel tree is prepared with a default config for mips. The arch is forced to mips in order to avoid issues with inline asm on various architectures in a way that doesn't involve relying on the host toolchain/headers. It also has the advantage of supporting both endian types Signed-off-by: Felix Fietkau <nbd@nbd.name>
15 lines
318 B
C
15 lines
318 B
C
#ifndef __LINUX_BOUNDS_H__
|
|
#define __LINUX_BOUNDS_H__
|
|
/*
|
|
* DO NOT MODIFY.
|
|
*
|
|
* This file was generated by Kbuild
|
|
*/
|
|
|
|
#define NR_PAGEFLAGS 23 /* __NR_PAGEFLAGS */
|
|
#define MAX_NR_ZONES 4 /* __MAX_NR_ZONES */
|
|
#define NR_CPUS_BITS 1 /* ilog2(CONFIG_NR_CPUS) */
|
|
#define SPINLOCK_SIZE 64 /* sizeof(spinlock_t) */
|
|
|
|
#endif
|