repo.or.cz
/
linux-2.6
/
linux-mips
/
linux-dm7025.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MIPS] Au1000: Remove au1000 code.
[linux-2.6/linux-mips/linux-dm7025.git]
/
include
/
asm-sparc64
/
sparsemem.h
blob
ed5c9d8541e226f8fc5a8d79790e05d5a5360b26
1
#ifndef _SPARC64_SPARSEMEM_H
2
#define _SPARC64_SPARSEMEM_H
3
4
#ifdef __KERNEL__
5
6
#define SECTION_SIZE_BITS 26
7
#define MAX_PHYSADDR_BITS 42
8
#define MAX_PHYSMEM_BITS 42
9
10
#endif
/* !(__KERNEL__) */
11
12
#endif
/* !(_SPARC64_SPARSEMEM_H) */