Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1423 → Rev 1702

/kernel/trunk/genarch/include/mm/as_ht.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genarchmm
* @{
*/
/** @file
*/
 
#ifndef __AS_HT_H__
#define __AS_HT_H__
 
34,3 → 40,7
extern as_operations_t as_ht_operations;
 
#endif
 
/** @}
*/
 
/kernel/trunk/genarch/include/mm/page_pt.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genarchmm
* @{
*/
/** @file
*/
 
/*
* This is the generic 4-level page table interface.
* Architectures that use hierarchical page tables
109,3 → 115,7
#endif
 
#endif
 
/** @}
*/
 
/kernel/trunk/genarch/include/mm/asid_fifo.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genarchmm
* @{
*/
/** @file
*/
 
#ifndef __ASID_FIFO_H__
#define __ASID_FIFO_H__
 
32,3 → 38,7
extern void asid_fifo_init(void);
 
#endif
 
/** @}
*/
 
/kernel/trunk/genarch/include/mm/as_pt.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genarchmm
* @{
*/
/** @file
*/
 
#ifndef __AS_PT_H__
#define __AS_PT_H__
 
34,3 → 40,7
extern as_operations_t as_pt_operations;
 
#endif
 
/** @}
*/
 
/kernel/trunk/genarch/include/mm/page_ht.h
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup genarchmm
* @{
*/
/** @file
*/
 
/*
* This is the generic page hash table interface.
*/
80,3 → 86,7
#endif
 
#endif
 
/** @}
*/