]> Git Repo - linux.git/blob - arch/sparc/include/asm/sparsemem.h
nfsd: grant read delegations to clients holding writes
[linux.git] / arch / sparc / include / asm / sparsemem.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _SPARC64_SPARSEMEM_H
3 #define _SPARC64_SPARSEMEM_H
4
5 #ifdef __KERNEL__
6
7 #include <asm/page.h>
8
9 #define SECTION_SIZE_BITS       30
10 #define MAX_PHYSMEM_BITS        MAX_PHYS_ADDRESS_BITS
11
12 #endif /* !(__KERNEL__) */
13
14 #endif /* !(_SPARC64_SPARSEMEM_H) */
This page took 0.031987 seconds and 4 git commands to generate.