]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/include/kern/mem.h
Move arrays to Util namespace, add parametric allocator.
[polintos/scott/priv.git] / kernel / include / kern / mem.h
index a143dfb7dcaa209f23085e13bf72f914697db246..eeb4e6e7975f9434c9d72ddb0814e2dfd9914ce1 100644 (file)
@@ -348,8 +348,6 @@ namespace Mem {
 
        extern Factory addr_space_factory, proc_addr_space_factory;
 
-       using ::System::RunTime::orbmm;
-       
        static inline bool page_aligned(u64 addr)
        {
                return !(addr & (u64)(Arch::page_size - 1));