From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Qu80J-0003aB-Lh for user-mode-linux-devel@lists.sourceforge.net; Thu, 18 Aug 2011 19:11:47 +0000 Received: from zeniv.linux.org.uk ([195.92.253.2]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) id 1Qu80I-000445-RV for user-mode-linux-devel@lists.sourceforge.net; Thu, 18 Aug 2011 19:11:47 +0000 Date: Thu, 18 Aug 2011 20:11:39 +0100 MIME-Version: 1.0 Message-Id: From: Al Viro List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net Subject: [uml-devel] Subject: [PATCH 76/91] um: page_offset.h is never used To: richard@nod.at Cc: linux-kernel@vger.kernel.org, user-mode-linux-devel@lists.sourceforge.net ... and neither is the only define in it Signed-off-by: Al Viro --- arch/um/include/asm/page_offset.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) delete mode 100644 arch/um/include/asm/page_offset.h diff --git a/arch/um/include/asm/page_offset.h b/arch/um/include/asm/page_offset.h deleted file mode 100644 index 1c168df..0000000 --- a/arch/um/include/asm/page_offset.h +++ /dev/null @@ -1 +0,0 @@ -#define PAGE_OFFSET_RAW (uml_physmem) -- 1.7.2.5 ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2 _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754902Ab1HRTLm (ORCPT ); Thu, 18 Aug 2011 15:11:42 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:48361 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753865Ab1HRTLk (ORCPT ); Thu, 18 Aug 2011 15:11:40 -0400 Date: Thu, 18 Aug 2011 20:11:39 +0100 To: richard@nod.at Subject: Subject: [PATCH 76/91] um: page_offset.h is never used Cc: user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org User-Agent: Heirloom mailx 12.5 7/5/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: From: Al Viro Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ... and neither is the only define in it Signed-off-by: Al Viro --- arch/um/include/asm/page_offset.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) delete mode 100644 arch/um/include/asm/page_offset.h diff --git a/arch/um/include/asm/page_offset.h b/arch/um/include/asm/page_offset.h deleted file mode 100644 index 1c168df..0000000 --- a/arch/um/include/asm/page_offset.h +++ /dev/null @@ -1 +0,0 @@ -#define PAGE_OFFSET_RAW (uml_physmem) -- 1.7.2.5