repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 's5p/for-next'
[linux-2.6/next.git]
/
arch
/
arm
/
mach-iop33x
/
include
/
mach
/
memory.h
blob
8e1daf7006b67d09e0e2f28dc4c842d938545208
1
/*
2
* arch/arm/mach-iop33x/include/mach/memory.h
3
*/
4
5
#ifndef __MEMORY_H
6
#define __MEMORY_H
7
8
/*
9
* Physical DRAM offset.
10
*/
11
#define PLAT_PHYS_OFFSET UL(0x00000000)
12
13
#endif