mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 10:37:45 +07:00
11 lines
190 B
C
11 lines
190 B
C
|
#ifndef ASMARM_SPARSEMEM_H
|
||
|
#define ASMARM_SPARSEMEM_H
|
||
|
|
||
|
#include <asm/memory.h>
|
||
|
|
||
|
#define MAX_PHYSADDR_BITS 32
|
||
|
#define MAX_PHYSMEM_BITS 32
|
||
|
#define SECTION_SIZE_BITS NODE_MEM_SIZE_BITS
|
||
|
|
||
|
#endif
|