|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH][XEN] __trap_to_gdb should return something diffe
On 25/9/06 15:09, "Jimi Xenidis" <jimix@xxxxxxxxxxxxxx> wrote:
> Here is the code that cares:
>
> #ifdef CRASH_DEBUG
> if (__trap_to_gdb(regs, cookie) == 0)
> return;
> #endif /* CRASH_DEBUG */
>
> printk("%s: type: 0x%lx\n", __func__, cookie);
> show_backtrace_regs(regs);
> machine_halt();
>
> NOTE: we will revisit the call to machine_halt() later, we can't use
> panic() because right now we'll end up back in this fuction.
Yeah, ok this is quite reasonable.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|