mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +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) */
|