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-changelog

[Xen-changelog] [linux-2.6.18-xen] Revert bogus pci_link.c change from 6

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [linux-2.6.18-xen] Revert bogus pci_link.c change from 675:37802a5c9f538daa0
From: "Xen patchbot-linux-2.6.18-xen" <patchbot-linux-2.6.18-xen@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 25 Sep 2008 15:00:20 -0700
Delivery-date: Thu, 25 Sep 2008 15:00:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1222344657 -3600
# Node ID 2afa279661de721d7165268d69828a625677344f
# Parent  3057b932abea648469f5bfc28676d62322599f2c
Revert bogus pci_link.c change from 675:37802a5c9f538daa0

A private tree edit committed in error.

Signed-off-by: Keir Fraser <keir.fraser@xxxxxxxxxx>
---
 drivers/acpi/pci_link.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 3057b932abea -r 2afa279661de drivers/acpi/pci_link.c
--- a/drivers/acpi/pci_link.c   Thu Sep 25 13:06:40 2008 +0100
+++ b/drivers/acpi/pci_link.c   Thu Sep 25 13:10:57 2008 +0100
@@ -762,7 +762,7 @@ static int acpi_pci_link_add(struct acpi
 
       end:
        /* disable all links -- to be activated on use */
-       //acpi_ut_evaluate_object(device->handle, "_DIS", 0, NULL);
+       acpi_ut_evaluate_object(device->handle, "_DIS", 0, NULL);
        mutex_unlock(&acpi_link_lock);
 
        if (result)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [linux-2.6.18-xen] Revert bogus pci_link.c change from 675:37802a5c9f538daa0, Xen patchbot-linux-2.6.18-xen <=