aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers
diff options
context:
space:
mode:
authorawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>2007-01-02 16:39:42 -0700
committerawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>2007-01-02 16:39:42 -0700
commit98ec176ab38e22faf7e0fc374553351100dd295b (patch)
tree927ff1b8c08b7401be01d741d08cac730499e354 /unmodified_drivers
parent571d6c1772bc8cc6d8967552af8bbd26a4b4971e (diff)
downloadxen-98ec176ab38e22faf7e0fc374553351100dd295b.tar.gz
xen-98ec176ab38e22faf7e0fc374553351100dd295b.tar.bz2
xen-98ec176ab38e22faf7e0fc374553351100dd295b.zip
[IA64] Rename RID maker HVM_PARAM_CALLBACK_IRQ_RID to IA64_CALLBACK_IRQ_RID
Signed-off-by: Tsunehisa Doi <Doi.Tsunehisa@jp.fujitsu.com>
Diffstat (limited to 'unmodified_drivers')
-rw-r--r--unmodified_drivers/linux-2.6/platform-pci/platform-pci.c2
1 files changed, 1 insertions, 1 deletions
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