kernel/eka/memmodel/epoc/mmubase/mmubase.cpp
changeset 14 5d2844f35677
parent 0 a41df078684a
child 22 2f92ad2dc5db
--- a/kernel/eka/memmodel/epoc/mmubase/mmubase.cpp	Mon Jan 18 21:31:10 2010 +0200
+++ b/kernel/eka/memmodel/epoc/mmubase/mmubase.cpp	Tue Jan 26 13:13:38 2010 +0200
@@ -5196,6 +5196,33 @@
 	K::Fault(K::EPhysicalPinObjectBad);
 	}
 
+
+//
+// Kernel map and pin (Not supported on the moving or multiple memory models).
+//
+
+TInt M::CreateKernelMapObject(TKernelMapObject*&, TUint)
+	{
+	return KErrNotSupported;
+	}
+
+
+TInt M::MapAndPinMemory(TKernelMapObject*, DThread*, TLinAddr, TUint, TUint, TLinAddr&, TPhysAddr*)
+	{
+	return KErrNotSupported;
+	}
+
+
+void M::UnmapAndUnpinMemory(TKernelMapObject*)
+	{
+	}
+
+
+void M::DestroyKernelMapObject(TKernelMapObject*&)
+	{
+	}
+
+
 // Misc DPagingDevice methods
 
 EXPORT_C void DPagingDevice::NotifyIdle()