X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=idl%2Faddrspace.idl;h=d26a681d4c39b5af70a5666f92ffddd926f4bd6b;hp=14f4ae28f48e77a7a84f43192eeeb7445bfe8eb5;hb=166dbb2f95c17d80568102b9f063c472e30d706b;hpb=223354cf6f772fe854996a22e776b3fa83490f44 diff --git a/idl/addrspace.idl b/idl/addrspace.idl index 14f4ae2..d26a681 100644 --- a/idl/addrspace.idl +++ b/idl/addrspace.idl @@ -177,7 +177,7 @@ bitfield MapFlags { CopyOnWrite, // Share the mapped object only until it is written to; // then, before the write takes place, copy the object. // It is undefined whether this mapping will receive - // the copy or the original. Ignored for alloc_and_map. + // the copy or the original. AccessFlags access:3, // These are the requested read/write/execute @@ -228,11 +228,6 @@ interface AddrSpace { clone(AddrSpace addrspace out, bool clone_is_real); - // Create an anonymous RAM mapping. - - alloc_and_map(ulong len, ulong vstart inout, - AllocFlags aflags, MapFlags mflags); - // Mappable must be implemented by the local kernel, and must hold // read/write/exec permissions appropriate for the MapFlags given.