repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
arm64
/
include
/
asm
/
sparsemem.h
blob
1f43fcc7973840458e8a4504237eb6d2694b16bf
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* Copyright (C) 2012 ARM Ltd.
4
*/
5
#ifndef __ASM_SPARSEMEM_H
6
#define __ASM_SPARSEMEM_H
7
8
#ifdef CONFIG_SPARSEMEM
9
#define MAX_PHYSMEM_BITS CONFIG_ARM64_PA_BITS
10
#define SECTION_SIZE_BITS 30
11
#endif
12
13
#endif