repo.or.cz
/
linux-2.6.19-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git]
/
arch
/
arm
/
mach-s3c44b0x
/
mm.c
blob
a5c540086ea8dca44f95e3b1b766ed497f882b58
1
/*
2
* linux/arch/armnommu/mach-s3c44b0x/mm.c
3
*/
4
#include <linux/sched.h>
5
#include <linux/mm.h>
6
#include <linux/init.h>
7
8
#include <asm/hardware.h>
9
#include <asm/io.h>
10
#include <asm/pgtable.h>
11
#include <asm/page.h>
12
13
#include <asm/mach/map.h>
14
15
static void
__init
s3c44b0x_map_io
(
void
)
16
{
17
return
;
18
}