[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 06/23] xen/arm: don't add duplicate boot modules, introduce domU flag
Hi Stefano, On 10/20/18 12:36 AM, Stefano Stabellini wrote: On Tue, 9 Oct 2018, Julien Grall wrote:diff --git a/xen/arch/arm/setup.c b/xen/arch/arm/setup.c index bc7dd97..dbab232 100644 --- a/xen/arch/arm/setup.c +++ b/xen/arch/arm/setup.c @@ -201,10 +201,12 @@ void __init dt_unreserved_regions(paddr_t s, paddr_t e, } struct bootmodule __init *add_boot_module(bootmodule_kind kind, - paddr_t start, paddr_t size) + paddr_t start, paddr_t size, + bool domU) { struct bootmodules *mods = &bootinfo.modules; struct bootmodule *mod;This at least need to be replicaI take this was a typo? I can't remember. Let's consider a typo until the next version :). Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |