repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.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://git2.kernel.org/pub/scm/linux/kernel/git/torvalds...
[linux-2.6/linux-2.6-openrd.git]
/
arch
/
sparc
/
include
/
asm
/
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) */