[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH v1 5/8] xen/riscv: introduce identity mapping
> > +} > > + > > +void __init remove_identity_mapping(void) > > +{ > > + int i, j; > > Nit: unsigned int please. > > It should be int in the current case because of the 'for' exit condition: for ( pgtbl = stage1_pgtbl_root, i = CONFIG_PAGING_LEVELS - 1; i >= 0; i-- ) Should exit condition be re-writen? ~ Oleksii
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |