|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
[Xen-ia64-devel] [rfc 11/15] Kexec: Dont "increase" SAL timout to 0
Increasing (changing) the rendez timeout to the value returned
only really makes sense if that value isn't zero.
On the HP RX2620 this occurs if the call is made in physical mode.
Curiously, the patch allows the boot to complete.
Signed-off-by: Simon Horman <horms@xxxxxxxxxxxx>
Index: xen-unstable.hg/xen/arch/ia64/linux-xen/mca.c
===================================================================
--- xen-unstable.hg.orig/xen/arch/ia64/linux-xen/mca.c 2007-08-06
14:52:48.000000000 +0900
+++ xen-unstable.hg/xen/arch/ia64/linux-xen/mca.c 2007-08-06
14:53:01.000000000 +0900
@@ -1737,7 +1737,7 @@ ia64_mca_init(void)
rc = isrv.status;
if (rc == 0)
break;
- if (rc == -2) {
+ if (rc == -2 && isrv.v0) {
printk(KERN_INFO "Increasing MCA rendezvous timeout
from "
"%ld to %ld milliseconds\n", timeout, isrv.v0);
timeout = isrv.v0;
--
--
Horms
H: http://www.vergenet.net/~horms/
W: http://www.valinux.co.jp/en/
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-ia64-devel] [rfc 03/15] physical mode SAL calls, (continued)
- [Xen-ia64-devel] [rfc 03/15] physical mode SAL calls, Simon Horman
- [Xen-ia64-devel] [rfc 02/15] physical mode SAL calls, Simon Horman
- [Xen-ia64-devel] [rfc 08/15] Kexec: Save the MADT ACPI tables so that they can be restored, Simon Horman
- [Xen-ia64-devel] [rfc 10/15] Kexec: Zap VHPT in relocate_kernel, Simon Horman
- [Xen-ia64-devel] [rfc 07/15] Kexec: partial port of CPU_HOTPLUG, Simon Horman
- [Xen-ia64-devel] [rfc 04/15] Kdump: Save dom0_mm_pgd_mfn in vmcore on ia64, Simon Horman
- [Xen-ia64-devel] [rfc 01/15] kexec for xen, Simon Horman
- [Xen-ia64-devel] [rfc 06/15] Kexec: Add kexec_disable_iosapic, Simon Horman
- [Xen-ia64-devel] [rfc 12/15] Kexec: map EFI after paging is initilaised, Simon Horman
- [Xen-ia64-devel] [rfc 13/15] Kexec: offsets for EFI runtime regions, Simon Horman
- [Xen-ia64-devel] [rfc 11/15] Kexec: Dont "increase" SAL timout to 0,
Simon Horman <=
- [Xen-ia64-devel] [rfc 09/15] Kexec: Fix ia64_do_tlb_purge so that it works with XEN, Simon Horman
- [Xen-ia64-devel] [rfc 14/15] Kexec: Allow page fault handler to handle EFI regions, Simon Horman
- [Xen-ia64-devel] [rfc 16/15] Kexec v20070717: Xen, Simon Horman
|
|
|
|
|