projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bff489
)
sh: Provide a stubbed __set_fixmap() for nommu.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 18 Dec 2007 00:43:35 +0000
(09:43 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 28 Jan 2008 04:19:01 +0000
(13:19 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/tlb-nommu.c
patch
|
blob
|
history
diff --git
a/arch/sh/mm/tlb-nommu.c
b/arch/sh/mm/tlb-nommu.c
index
8842620
..
15111bc
100644
(file)
--- a/
arch/sh/mm/tlb-nommu.c
+++ b/
arch/sh/mm/tlb-nommu.c
@@
-55,3
+55,7
@@
void __init page_table_range_init(unsigned long start, unsigned long end,
pgd_t *pgd_base)
{
}
+
+void __set_fixmap(enum fixed_addresses idx, unsigned long phys, pgprot_t prot)
+{
+}