Subversion Repositories HelenOS

Rev

Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2071 Rev 2089
Line 33... Line 33...
33
/**
33
/**
34
 * @file
34
 * @file
35
 * @brief   Address space functions for global page hash table.
35
 * @brief   Address space functions for global page hash table.
36
 */
36
 */
37
 
37
 
-
 
38
#include <arch/mm/as.h>
38
#include <genarch/mm/as_ht.h>
39
#include <genarch/mm/as_ht.h>
39
#include <genarch/mm/page_ht.h>
40
#include <genarch/mm/page_ht.h>
40
#include <mm/as.h>
41
#include <mm/as.h>
41
#include <mm/frame.h>
42
#include <mm/frame.h>
42
#include <arch/types.h>
43
#include <arch/types.h>
43
#include <typedefs.h>
-
 
44
#include <memstr.h>
44
#include <memstr.h>
45
#include <adt/hash_table.h>
45
#include <adt/hash_table.h>
46
#include <synch/mutex.h>
46
#include <synch/mutex.h>
47
 
47
 
48
static pte_t *ht_create(int flags);
48
static pte_t *ht_create(int flags);