mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2024-12-28 15:24:58 +00: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) */
|