--- a/kernel/eka/memmodel/epoc/multiple/mchunk.cpp Wed May 05 05:11:16 2010 +0100
+++ b/kernel/eka/memmodel/epoc/multiple/mchunk.cpp Mon May 10 11:40:53 2010 +0100
@@ -417,7 +417,8 @@
{
// Allocate a block of contiguous RAM from the free pool
TInt numPages=(endOffset-offset)>>m.iPageShift;
- r=m.AllocContiguousRam(numPages<<m.iPageShift, nextPage, GetPageType(), 0);
+ __NK_ASSERT_DEBUG(EPageFixed == GetPageType());
+ r=m.AllocContiguousRam(numPages<<m.iPageShift, nextPage, 0);
if (r!=KErrNone)
return r;
if(clearRam)