[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v4 03/21] xen/arm: p2m: Move comment that was misplaced
Signed-off-by: Julien Grall <julien.grall@xxxxxxxxxx> --- Changes in v4: - Patch added --- xen/arch/arm/p2m.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/arm/p2m.c b/xen/arch/arm/p2m.c index 403fd89..0730da4 100644 --- a/xen/arch/arm/p2m.c +++ b/xen/arch/arm/p2m.c @@ -383,10 +383,10 @@ static int apply_p2m_changes(struct domain *d, put_page(mfn_to_page(mfn)); } - /* Allocate a new RAM page and attach */ switch (op) { case ALLOCATE: { + /* Allocate a new RAM page and attach */ struct page_info *page; ASSERT(!pte.p2m.valid); -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |