repo.or.cz
/
linux-2.6
/
linux-mips.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MIPS: Yosemite, Emma: Fix off-by-two in arcs_cmdline buffer size check
[linux-2.6/linux-mips.git]
/
arch
/
arm
/
mach-shmobile
/
include
/
mach
/
memory.h
blob
0ffbe8155c76ee27302921f7b8d04a5663e25db6
1
#ifndef __ASM_MACH_MEMORY_H
2
#define __ASM_MACH_MEMORY_H
3
4
#define PLAT_PHYS_OFFSET UL(CONFIG_MEMORY_START)
5
#define MEM_SIZE UL(CONFIG_MEMORY_SIZE)
6
7
#endif
/* __ASM_MACH_MEMORY_H */