aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe De Muyter <phdm@macqel.be>2009-10-22 10:07:17 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2010-02-27 12:27:14 -0500
commitf351d4bb3ce5a86f75cf297e38f87c4e437593d7 (patch)
treeb413569de0272169cddf0ac69a17ab19243f0832
parent88cb773c5f8e45e48f3a89480610448974337cb0 (diff)
m68k{,nommu}/h8300: Remove obsolete comment about map_chunk
Remove the comments referring to a function map_chunk that no longer exists. Signed-off-by: Philippe De Muyter <phdm@macqel.be> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
-rw-r--r--arch/h8300/mm/memory.c4
-rw-r--r--arch/m68k/mm/kmap.c3
-rw-r--r--arch/m68knommu/mm/memory.c1
3 files changed, 3 insertions, 5 deletions
diff --git a/arch/h8300/mm/memory.c b/arch/h8300/mm/memory.c
index ccd6ade816dd..40d8aa811e4e 100644
--- a/arch/h8300/mm/memory.c
+++ b/arch/h8300/mm/memory.c
@@ -44,8 +44,8 @@ void cache_push_v (unsigned long vaddr, int len)
44{ 44{
45} 45}
46 46
47/* Map some physical address range into the kernel address space. The 47/*
48 * code is copied and adapted from map_chunk(). 48 * Map some physical address range into the kernel address space.
49 */ 49 */
50 50
51unsigned long kernel_map(unsigned long paddr, unsigned long size, 51unsigned long kernel_map(unsigned long paddr, unsigned long size,
diff --git a/arch/m68k/mm/kmap.c b/arch/m68k/mm/kmap.c
index cf93cdd515c5..69345849454b 100644
--- a/arch/m68k/mm/kmap.c
+++ b/arch/m68k/mm/kmap.c
@@ -99,8 +99,7 @@ static inline void free_io_area(void *addr)
99#endif 99#endif
100 100
101/* 101/*
102 * Map some physical address range into the kernel address space. The 102 * Map some physical address range into the kernel address space.
103 * code is copied and adapted from map_chunk().
104 */ 103 */
105/* Rewritten by Andreas Schwab to remove all races. */ 104/* Rewritten by Andreas Schwab to remove all races. */
106 105
diff --git a/arch/m68knommu/mm/memory.c b/arch/m68knommu/mm/memory.c
index f93b88b51f9f..d5b9e1357808 100644
--- a/arch/m68knommu/mm/memory.c
+++ b/arch/m68knommu/mm/memory.c
@@ -24,7 +24,6 @@
24 24
25/* 25/*
26 * Map some physical address range into the kernel address space. 26 * Map some physical address range into the kernel address space.
27 * The code is copied and adapted from map_chunk().
28 */ 27 */
29 28
30unsigned long kernel_map(unsigned long paddr, unsigned long size, 29unsigned long kernel_map(unsigned long paddr, unsigned long size,