diff options
Diffstat (limited to 'arch/h8300')
-rw-r--r-- | arch/h8300/mm/memory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/h8300/mm/memory.c b/arch/h8300/mm/memory.c index ccd6ade816dd..40d8aa811e4e 100644 --- a/arch/h8300/mm/memory.c +++ b/arch/h8300/mm/memory.c | |||
@@ -44,8 +44,8 @@ void cache_push_v (unsigned long vaddr, int len) | |||
44 | { | 44 | { |
45 | } | 45 | } |
46 | 46 | ||
47 | /* Map some physical address range into the kernel address space. The | 47 | /* |
48 | * code is copied and adapted from map_chunk(). | 48 | * Map some physical address range into the kernel address space. |
49 | */ | 49 | */ |
50 | 50 | ||
51 | unsigned long kernel_map(unsigned long paddr, unsigned long size, | 51 | unsigned long kernel_map(unsigned long paddr, unsigned long size, |