Loading arch/h8300/mm/memory.c +2 −2 Original line number Diff line number Diff line Loading @@ -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, Loading arch/m68k/mm/kmap.c +1 −2 Original line number Diff line number Diff line Loading @@ -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. */ Loading arch/m68knommu/mm/memory.c +0 −1 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
arch/h8300/mm/memory.c +2 −2 Original line number Diff line number Diff line Loading @@ -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, Loading
arch/m68k/mm/kmap.c +1 −2 Original line number Diff line number Diff line Loading @@ -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. */ Loading
arch/m68knommu/mm/memory.c +0 −1 Original line number Diff line number Diff line Loading @@ -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, Loading