Hi Ian,
On 20/02/15 16:55, Ian Campbell wrote:
> On Tue, 2015-01-13 at 14:25 +, Julien Grall wrote:
>> There is no reason to use signed integer for an index.
>
> Did you check for now pointless "if ( uthing < 0 ) which a picky
> compiler might whinge about?
I just checked and we don't have a
On Tue, 2015-01-13 at 14:25 +, Julien Grall wrote:
> There is no reason to use signed integer for an index.
Did you check for now pointless "if ( uthing < 0 ) which a picky
compiler might whinge about?
> Signed-off-by: Julien Grall
> Acked-by: Stefano Stabellini
Acked-by: Ian Campbell
There is no reason to use signed integer for an index.
Signed-off-by: Julien Grall
Acked-by: Stefano Stabellini
---
Changes in v3:
- Slightly update commit message to drop the reference to new
hypercalls.
- Add Stefano's acked
Changes in v2:
- Use unsign