>>> On 11.06.15 at 17:39, <[email protected]> wrote: > On 06/11/2015 03:22 PM, Jan Beulich wrote: >>>>> On 11.06.15 at 15:03, <[email protected]> wrote: >>> @@ -946,6 +948,8 @@ int __init construct_dom0( >>> if ( (rc = elf_xen_parse(&elf, &parms)) != 0 ) >>> goto out; >>> >>> + process_pending_softirqs(); >> >> For this one I'm not sure whether it shouldn't really go somewhere >> inside the ELF parser, namely due to the printing of each of the >> known ELF notes (which is a generally growing set). >> > > Is there an easy way of doing this given that the ELF parser is shared > with and used by the toolstack?
Put this inside #ifdef __XEN__ blocks? Jan _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
