Skip to content

Commit

Permalink
m68k{,nommu}/h8300: Remove obsolete comment about map_chunk
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philippe De Muyter authored and Geert Uytterhoeven committed Feb 27, 2010
1 parent 88cb773 commit f351d4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions arch/h8300/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 1 addition & 2 deletions arch/m68k/mm/kmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ static inline void free_io_area(void *addr)
#endif

/*
* 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.
*/
/* Rewritten by Andreas Schwab to remove all races. */

Expand Down
1 change: 0 additions & 1 deletion arch/m68knommu/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f351d4b

Please sign in to comment.