Re: [Xen-devel] [PATCH v3 15/15] xen/arm: gic-v3: Update some comments in the code

2015-02-19 Thread Ian Campbell
On Mon, 2015-02-16 at 14:50 +, Julien Grall wrote: > - Drop wrong comment about the default stride. It's not always 2 * SZ_64K. > When the re-distributor support VLPIs (from GICv4), the default > stride is 4 * SZ_64K > > - Explain why SZ_64K * 2 > > Signed-off-by: Julien Grall

[Xen-devel] [PATCH v3 15/15] xen/arm: gic-v3: Update some comments in the code

2015-02-16 Thread Julien Grall
- Drop wrong comment about the default stride. It's not always 2 * SZ_64K. When the re-distributor support VLPIs (from GICv4), the default stride is 4 * SZ_64K - Explain why SZ_64K * 2 Signed-off-by: Julien Grall --- Changes in v3: - Update commit message Change