projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
x86: add X86_FEATURE_IBS cpu feature
[linux-2.6]
/
include
/
asm-arm
/
sparsemem.h
1
#ifndef ASMARM_SPARSEMEM_H
2
#define ASMARM_SPARSEMEM_H
3
4
#include <asm/memory.h>
5
6
#define MAX_PHYSADDR_BITS 32
7
#define MAX_PHYSMEM_BITS 32
8
#define SECTION_SIZE_BITS NODE_MEM_SIZE_BITS
9
10
#endif