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

2015-02-02 Thread Ian Campbell
On Mon, 2015-02-02 at 16:37 +, Julien Grall wrote: > Hi Ian, > > On 02/02/15 16:05, Ian Campbell wrote: > > On Thu, 2015-01-29 at 18:25 +, Julien Grall wrote: > >> - Drop wrong comment about the default stride. It's not always 2 * > >> SZ_64K > > > > What other defaults are possible

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

2015-02-02 Thread Julien Grall
Hi Ian, On 02/02/15 16:05, Ian Campbell wrote: > On Thu, 2015-01-29 at 18:25 +, Julien Grall wrote: >> - Drop wrong comment about the default stride. It's not always 2 * SZ_64K > > What other defaults are possible and under what circumstances? 128K, when the re-distributor supports VLPIs

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

2015-02-02 Thread Ian Campbell
On Thu, 2015-01-29 at 18:25 +, Julien Grall wrote: > - Drop wrong comment about the default stride. It's not always 2 * SZ_64K What other defaults are possible and under what circumstances? > - Explain why SZ_64K * 2 > > Signed-off-by: Julien Grall > > --- > Changes in v2: >

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

2015-01-29 Thread Julien Grall
- Drop wrong comment about the default stride. It's not always 2 * SZ_64K - Explain why SZ_64K * 2 Signed-off-by: Julien Grall --- Changes in v2: - Patch added --- xen/arch/arm/gic-v3.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xen/arch/arm/gic-v3