Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 161724 Details for
Bug 253045
Need a symbol in ia64 whitelist for RHEL5.1 PV-on-HVM drivers
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
xenpv package fix.
xenpv-ia64-isairq.diff (text/x-patch), 1.12 KB, created by
Gerd Hoffmann
on 2007-08-17 09:28:11 UTC
(
hide
)
Description:
xenpv package fix.
Filename:
MIME Type:
Creator:
Gerd Hoffmann
Created:
2007-08-17 09:28:11 UTC
Size:
1.12 KB
patch
obsolete
>Get rid of the isa_irq_to_vector_map symbol reference on ia64. >--- > unmodified_drivers/linux-2.6/platform-pci/platform-pci.c | 14 ++++++-------- > 1 file changed, 6 insertions(+), 8 deletions(-) > >Index: xenpv-3.1_15042/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c >=================================================================== >--- xenpv-3.1_15042.orig/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c >+++ xenpv-3.1_15042/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c >@@ -160,19 +160,17 @@ static int get_hypercall_stubs(void) > > static uint64_t get_callback_via(struct pci_dev *pdev) > { >+#ifdef __ia64__ >+ static const int isa_irq_low = 0x20, isa_irq_high = 0x2f; >+#else >+ static const int isa_irq_low = 0x00, isa_irq_high = 0x0f; >+#endif > u8 pin; > int irq; > >-#ifdef __ia64__ >- for (irq = 0; irq < 16; irq++) { >- if (isa_irq_to_vector(irq) == pdev->irq) >- return irq; /* ISA IRQ */ >- } >-#else /* !__ia64__ */ > irq = pdev->irq; >- if (irq < 16) >+ if (irq >= isa_irq_low && irq <= isa_irq_high) > return irq; /* ISA IRQ */ >-#endif > > #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16) > pin = pdev->pin;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 253045
: 161724