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 unused "noht" option

To: Xen Dev <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] remove unused "noht" option
From: aq <aquynh@xxxxxxxxx>
Date: Wed, 8 Jun 2005 01:13:16 +0900
Delivery-date: Thu, 09 Jun 2005 02:01:07 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=iRbDdXv2QDcSs2EVgoHhAtldszDlLxjkA8ztOHSwoMiS0XXrAMateQX/JkGlAmjctVwNEZJBZcd51X47IFfz1sVua1EaFMK6mofXXEyi99FlfHaWGjNqIHi1mL/a2zNO/D686f8OOgFseRr/ONtP2ux8Y0j0OItxYcS8kTbDwHE=
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>
Reply-to: aq <aquynh@xxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
This patch removes -noht option (both code and doc) from -unstable
ChangeSet@xxxxxx

Signed-off-by: Nguyen Anh Quynh <aquynh@xxxxxxxxx>

$ diffstat noht.patch 
 docs/src/user.tex             |    3 ---
 xen/arch/ia64/xensetup.c      |    4 ----
 xen/arch/x86/setup.c          |    4 ----
 xen/include/asm-ia64/config.h |    1 -
 xen/include/xen/smp.h         |    1 -
 5 files changed, 13 deletions(-)

Attachment: noht.patch
Description: Binary data

_______________________________________________
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 unused "noht" option, aq <=