From 98ec176ab38e22faf7e0fc374553351100dd295b Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild2.aw" Date: Tue, 2 Jan 2007 16:39:42 -0700 Subject: [IA64] Rename RID maker HVM_PARAM_CALLBACK_IRQ_RID to IA64_CALLBACK_IRQ_RID Signed-off-by: Tsunehisa Doi --- unmodified_drivers/linux-2.6/platform-pci/platform-pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unmodified_drivers') diff --git a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c index b529ce1308..a1b7eafc4e 100644 --- a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c +++ b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c @@ -192,7 +192,7 @@ static int get_callback_irq(struct pci_dev *pdev) rid = ((pdev->bus->number & 0xff) << 8) | pdev->devfn; printk(KERN_INFO DRV_NAME ":use Requester-ID(%04x) as callback irq\n", rid); - return rid | HVM_PARAM_CALLBACK_IRQ_RID; + return rid | IA64_CALLBACK_IRQ_RID; #else /* !__ia64__ */ return pdev->irq; #endif -- cgit v1.2.3