1.1 --- a/src/xlat/xltcache.c Thu Dec 01 01:50:44 2011 +1000
1.2 +++ b/src/xlat/xltcache.c Thu Dec 01 08:02:13 2011 +1000
1.7 -void xlat_get_block_sh4addrs( struct xlat_block_ref *blocks, unsigned int size )
1.8 +static void xlat_get_block_pcs( struct xlat_block_ref *blocks, unsigned int size )
1.11 for( i=0; i<XLAT_LUT_PAGES;i ++ ) {
1.14 struct xlat_block_ref blocks[count];
1.15 xlat_get_active_blocks(blocks, count);
1.16 - xlat_get_block_sh4addrs(blocks,count);
1.17 + xlat_get_block_pcs(blocks,count);
1.18 qsort(blocks, count, sizeof(struct xlat_block_ref), xlat_compare_active_field);