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 312632 Details for
Bug 451745
a check for a buggy HP SAL caused problems booting as a guest in a virtual machine
[?]
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.
[patch]
a bac port to fix ia64_xen boot hang
451745_timer_vector.patch (text/plain), 896 bytes, created by
Luming Yu
on 2008-07-25 08:14:42 UTC
(
hide
)
Description:
a bac port to fix ia64_xen boot hang
Filename:
MIME Type:
Creator:
Luming Yu
Created:
2008-07-25 08:14:42 UTC
Size:
896 bytes
patch
obsolete
>--- linux-2.6.18.ia64/arch/ia64/kernel/irq_ia64.c.0 2008-07-25 10:00:55.000000000 +0800 >+++ linux-2.6.18.ia64/arch/ia64/kernel/irq_ia64.c 2008-07-25 10:03:27.000000000 +0800 >@@ -576,6 +576,7 @@ > void __iomem *ipi_addr; > unsigned long ipi_data; > unsigned long phys_cpu_id; >+ extern void xen_send_ipi (int cpu, int vec); > > #ifdef CONFIG_XEN > if (is_running_on_xen()) { >@@ -584,7 +585,6 @@ > #ifdef CONFIG_SMP > /* TODO: we need to call vcpu_up here */ > if (unlikely(vector == ap_wakeup_vector)) { >- extern void xen_send_ipi (int cpu, int vec); > xen_send_ipi (cpu, vector); > //vcpu_prepare_and_up(cpu); > return; >@@ -604,6 +604,9 @@ > case IA64_CPEP_VECTOR: > irq = per_cpu(ipi_to_irq, cpu)[CPEP_VECTOR]; > break; >+ case IA64_TIMER_VECTOR: >+ xen_send_ipi(cpu,vector); >+ return; > default: > printk(KERN_WARNING "Unsupported IPI type 0x%x\n", > vector);
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 451745
:
309738
|
309893
|
310312
| 312632