X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5ed37babb2fa9097abe82df299c0aa259ed84d5a..64de47b20e85d84061588859bbae0212bb59ccfe:/src/mc/mc_mmu.hpp diff --git a/src/mc/mc_mmu.hpp b/src/mc/mc_mmu.hpp index 83f57e8843..bbeedf1e7d 100644 --- a/src/mc/mc_mmu.hpp +++ b/src/mc/mc_mmu.hpp @@ -6,18 +6,10 @@ #ifndef SIMGRID_MC_MMU_HPP #define SIMGRID_MC_MMU_HPP +#include "xbt/misc.h" #include #include -#ifndef XBT_ALWAYS_INLINE -#define XBT_ALWAYS_INLINE inline __attribute__((always_inline)) -#endif - -/** Size of a memory page for the current system. */ -extern "C" int xbt_pagesize; -/** Number of bits of addresses inside a given page, log2(xbt_pagesize). */ -extern "C" int xbt_pagebits; - namespace simgrid::mc::mmu { // TODO, do not depend on xbt_pagesize/xbt_pagebits but our own chunk size