WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Remove pda.h and asm_offset.c

To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Remove pda.h and asm_offset.c
From: "Nakajima, Jun" <jun.nakajima@xxxxxxxxx>
Date: Sun, 14 Aug 2005 23:40:27 -0700
Delivery-date: Mon, 15 Aug 2005 06:40:11 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcWhZDj5sPXOKQ2yTmmoUy4PKtmzFg==
Thread-topic: [PATCH] Remove pda.h and asm_offset.c
The patch attached removes pda.h and asm_offset.c by deleting unused or
unnecessary variables (that were used for old codes). 

 a/linux-2.6-xen-sparse/arch/xen/x86_64/kernel/asm-offsets.c |   70
---------
 a/linux-2.6-xen-sparse/include/asm-xen/asm-x86_64/pda.h     |   85
------------
 linux-2.6-xen-sparse/arch/xen/x86_64/Makefile               |   13 -
 linux-2.6-xen-sparse/arch/xen/x86_64/kernel/entry.S         |    2 
 linux-2.6-xen-sparse/arch/xen/x86_64/kernel/process.c       |    1 
 5 files changed, 7 insertions(+), 164 deletions(-)

Signed-off-by: Jun Nakajima <jun.nakajima@xxxxxxxxx>

Jun
---
Intel Open Source Technology Center 

Attachment: remove_pda_h.patch
Description: remove_pda_h.patch

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Remove pda.h and asm_offset.c, Nakajima, Jun <=