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
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6/linux-mips/linux-dm7025.git]
/
include
/
asm-sparc64
/
sparsemem.h
blob
b99d4e4b6d284a6a93d6d9450de4f3da2e446b61
1
#ifndef _SPARC64_SPARSEMEM_H
2
#define _SPARC64_SPARSEMEM_H
3
4
#ifdef __KERNEL__
5
6
#define SECTION_SIZE_BITS 30
7
#define MAX_PHYSADDR_BITS 42
8
#define MAX_PHYSMEM_BITS 42
9
10
#endif
/* !(__KERNEL__) */
11
12
#endif
/* !(_SPARC64_SPARSEMEM_H) */