mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-09 04:51:05 +00:00
![David S. Miller](/assets/img/avatar_default.png)
This has been pending for a long time, and the fact that we waste a ton of ram on some configurations kind of pushed things over the edge. Signed-off-by: David S. Miller <davem@davemloft.net>
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) */
|