diff options
author | Philippe De Muyter <phdm@macqel.be> | 2009-10-22 18:07:17 +0400 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-02-27 20:27:14 +0300 |
commit | f351d4bb3ce5a86f75cf297e38f87c4e437593d7 (patch) | |
tree | b413569de0272169cddf0ac69a17ab19243f0832 /arch/h8300 | |
parent | 88cb773c5f8e45e48f3a89480610448974337cb0 (diff) | |
download | linux-f351d4bb3ce5a86f75cf297e38f87c4e437593d7.tar.xz |
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>
Diffstat (limited to 'arch/h8300')
-rw-r--r-- | arch/h8300/mm/memory.c | 4 |
1 files changed, 2 insertions, 2 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) { } -/* Map some physical address range into the kernel address space. The - * code is copied and adapted from map_chunk(). +/* + * Map some physical address range into the kernel address space. */ unsigned long kernel_map(unsigned long paddr, unsigned long size, |