diff options
author | Philippe De Muyter <phdm@macqel.be> | 2009-10-22 16:07:17 +0200 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2010-02-27 18:27:14 +0100 |
commit | f351d4bb3ce5a86f75cf297e38f87c4e437593d7 (patch) | |
tree | b413569de0272169cddf0ac69a17ab19243f0832 /arch/m68knommu | |
parent | 88cb773c5f8e45e48f3a89480610448974337cb0 (diff) | |
download | op-kernel-dev-f351d4bb3ce5a86f75cf297e38f87c4e437593d7.zip op-kernel-dev-f351d4bb3ce5a86f75cf297e38f87c4e437593d7.tar.gz |
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/m68knommu')
-rw-r--r-- | arch/m68knommu/mm/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68knommu/mm/memory.c b/arch/m68knommu/mm/memory.c index f93b88b..d5b9e13 100644 --- a/arch/m68knommu/mm/memory.c +++ b/arch/m68knommu/mm/memory.c @@ -24,7 +24,6 @@ /* * Map some physical address range into the kernel address space. - * The code is copied and adapted from map_chunk(). */ unsigned long kernel_map(unsigned long paddr, unsigned long size, |