提交 f351d4bb 编写于 作者: P Philippe De Muyter 提交者: Geert Uytterhoeven

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: NPhilippe De Muyter <phdm@macqel.be>
Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
上级 88cb773c
...@@ -44,8 +44,8 @@ void cache_push_v (unsigned long vaddr, int len) ...@@ -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, unsigned long kernel_map(unsigned long paddr, unsigned long size,
......
...@@ -99,8 +99,7 @@ static inline void free_io_area(void *addr) ...@@ -99,8 +99,7 @@ static inline void free_io_area(void *addr)
#endif #endif
/* /*
* Map some physical address range into the kernel address space. The * Map some physical address range into the kernel address space.
* code is copied and adapted from map_chunk().
*/ */
/* Rewritten by Andreas Schwab to remove all races. */ /* Rewritten by Andreas Schwab to remove all races. */
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
/* /*
* Map some physical address range into the kernel address space. * 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, unsigned long kernel_map(unsigned long paddr, unsigned long size,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册