From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756096AbZJVOIw (ORCPT ); Thu, 22 Oct 2009 10:08:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755441AbZJVOIv (ORCPT ); Thu, 22 Oct 2009 10:08:51 -0400 Received: from mailrelay007.isp.belgacom.be ([195.238.6.173]:31282 "EHLO mailrelay007.isp.belgacom.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755017AbZJVOIv (ORCPT ); Thu, 22 Oct 2009 10:08:51 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar0EAOMD4ErCTtAn/2dsb2JhbACBUtl0hD8E Date: Thu, 22 Oct 2009 16:08:51 +0200 From: Philippe De Muyter To: linux-kernel@vger.kernel.org Subject: [PATCH] cleanup remove obsolete comment about map_chunk Message-ID: <20091022140851.GC27903@frolo.macqel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, [resent to remove the wrong Re: in the subject line] Remove the comments referring to a function map_chunk that no longer exists. Signed-off-by: Philippe De Muyter diff --git a/arch/h8300/mm/memory.c b/arch/h8300/mm/memory.c --- a/arch/h8300/mm/memory.c +++ b/arch/h8300/mm/memory.c @@ -44,8 +44,8 @@ void cache_push_v (unsigned long vaddr, { } -/* 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, diff --git a/arch/m68k/mm/kmap.c b/arch/m68k/mm/kmap.c --- a/arch/m68k/mm/kmap.c +++ b/arch/m68k/mm/kmap.c @@ -99,8 +99,7 @@ static inline void free_io_area(void *ad #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. */ diff --git a/arch/m68knommu/mm/memory.c b/arch/m68knommu/mm/memory.c --- a/arch/m68knommu/mm/memory.c +++ b/arch/m68knommu/mm/memory.c @@ -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,