Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1701 → Rev 1702

/kernel/trunk/arch/sparc64/src/mm/as.c
26,6 → 26,14
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup sparc64mm sparc64
* @ingroup mm
* @{
*/
/** @file
* @ingroup sparc64
*/
 
#include <arch/mm/as.h>
#include <genarch/mm/as_ht.h>
#include <genarch/mm/asid_fifo.h>
36,3 → 44,7
as_operations = &as_ht_operations;
asid_fifo_init();
}
 
/** @}
*/