search for: bug_str

Displaying 1 result from an estimated 1 matches for "bug_str".

Did you mean: debug_str
2010 Feb 24
4
Re: [Xen-changelog] [xen-3.4-testing] x86: Generalise BUGFRAME_dump mechanism to allow polled UART irq to
...r(show_execution_state) > +#define run_in_exception_handler(fn) \ > asm volatile ( \ > - "ud2 ; ret $0" \ > - : : "i" (BUGFRAME_dump) ) > + "ud2 ; ret %0" BUG_STR(1) \ > + : : "i" (BUGFRAME_run_fn), \ > + "i" (fn) ) > On Wed, Feb 24, 2010 at 6:20 AM, Xen patchbot-3.4-testing <patchbot-3.4-testing@lists.xensource.com> wrote: > # HG changeset patch > # User Keir Fra...