]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/sparc/include/asm/sparsemem.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / arch / sparc / include / asm / sparsemem.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
a00736e9
SR
2#ifndef _SPARC64_SPARSEMEM_H
3#define _SPARC64_SPARSEMEM_H
4
5#ifdef __KERNEL__
6
f998c9c0
DM
7#include <asm/page.h>
8
a00736e9 9#define SECTION_SIZE_BITS 30
f998c9c0
DM
10#define MAX_PHYSADDR_BITS MAX_PHYS_ADDRESS_BITS
11#define MAX_PHYSMEM_BITS MAX_PHYS_ADDRESS_BITS
a00736e9
SR
12
13#endif /* !(__KERNEL__) */
14
15#endif /* !(_SPARC64_SPARSEMEM_H) */