mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 00:17:44 +00:00
86cfc751cb
We'll need this to handle NUMA properly on some systems. Signed-off-by: David S. Miller <davem@davemloft.net>
12 lines
249 B
C
12 lines
249 B
C
#ifndef _SPARC64_SPARSEMEM_H
|
|
#define _SPARC64_SPARSEMEM_H
|
|
|
|
#ifdef __KERNEL__
|
|
|
|
#define SECTION_SIZE_BITS 30
|
|
#define MAX_PHYSADDR_BITS 42
|
|
#define MAX_PHYSMEM_BITS 42
|
|
|
|
#endif /* !(__KERNEL__) */
|
|
|
|
#endif /* !(_SPARC64_SPARSEMEM_H) */
|