blob: aa9a676bc34160471214be73b9c18bf30e78eeb2 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef _SPARC64_SPARSEMEM_H
3#define _SPARC64_SPARSEMEM_H
4
5#ifdef __KERNEL__
6
7#include <asm/page.h>
8
9#define SECTION_SIZE_BITS 30
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000010#define MAX_PHYSMEM_BITS MAX_PHYS_ADDRESS_BITS
11
12#endif /* !(__KERNEL__) */
13
14#endif /* !(_SPARC64_SPARSEMEM_H) */