blob: 4703cbe2384481e4d63cf11d51f800371957531d [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __ASM_SH_SPARSEMEM_H
3#define __ASM_SH_SPARSEMEM_H
4
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005/*
6 * SECTION_SIZE_BITS 2^N: how big each section will be
Olivier Deprez157378f2022-04-04 15:47:50 +02007 * MAX_PHYSMEM_BITS 2^N: how much physical address space we have
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00008 */
9#define SECTION_SIZE_BITS 26
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000010#define MAX_PHYSMEM_BITS 32
11
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000012#endif /* __ASM_SH_SPARSEMEM_H */