Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1702 → Rev 1423

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