diff -r 947f0dc9f7a8 -r ef2a444a7410 kernel/eka/memmodel/epoc/flexible/mmu/mpagearray.h --- a/kernel/eka/memmodel/epoc/flexible/mmu/mpagearray.h Fri Apr 16 16:24:37 2010 +0300 +++ b/kernel/eka/memmodel/epoc/flexible/mmu/mpagearray.h Mon May 03 13:47:38 2010 +0300 @@ -543,7 +543,7 @@ @param aCount The number of pages to add. @param aPages Pointer to list of \a aCount physical page addresses to add. */ - void Add(TUint aCount, TPhysAddr* aPages); + void Add(TUint aCount, const TPhysAddr* aPages); /** Add contiguous pages to the array, setting each entry state as ECommitted.