mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 19:10:51 +07:00
13 lines
249 B
C
13 lines
249 B
C
|
#ifndef _SPARC64_SPARSEMEM_H
|
||
|
#define _SPARC64_SPARSEMEM_H
|
||
|
|
||
|
#ifdef __KERNEL__
|
||
|
|
||
|
#define SECTION_SIZE_BITS 26
|
||
|
#define MAX_PHYSADDR_BITS 42
|
||
|
#define MAX_PHYSMEM_BITS 42
|
||
|
|
||
|
#endif /* !(__KERNEL__) */
|
||
|
|
||
|
#endif /* !(_SPARC64_SPARSEMEM_H) */
|