Subversion Repositories HelenOS-historic

Rev

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

Rev 1108 Rev 1380
Line 68... Line 68...
68
    unsigned d : 1;     /**< Dirty. */
68
    unsigned d : 1;     /**< Dirty. */
69
    unsigned p : 1;     /**< Present. */
69
    unsigned p : 1;     /**< Present. */
70
};
70
};
71
 
71
 
72
extern page_mapping_operations_t ht_mapping_operations;
72
extern page_mapping_operations_t ht_mapping_operations;
73
extern spinlock_t page_ht_lock;
73
extern mutex_t page_ht_lock;
74
extern hash_table_t page_ht;
74
extern hash_table_t page_ht;
75
extern hash_table_operations_t ht_operations;
75
extern hash_table_operations_t ht_operations;
76
 
76
 
77
#endif
77
#endif
78
 
78