Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f351d4bb authored by Philippe De Muyter's avatar Philippe De Muyter Committed by Geert Uytterhoeven
Browse files

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: default avatarPhilippe De Muyter <phdm@macqel.be>
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 88cb773c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,
+1 −2
Original line number Diff line number Diff line
@@ -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. */

+0 −1
Original line number Diff line number Diff line
@@ -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,