Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1701 → Rev 1702

/kernel/trunk/arch/ppc64/src/mm/as.c
26,6 → 26,14
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup ppc64mm ppc64
* @ingroup mm
* @{
*/
/** @file
* @ingroup ppc64
*/
 
#include <arch/mm/as.h>
#include <genarch/mm/as_pt.h>
 
34,3 → 42,7
{
as_operations = &as_pt_operations;
}
 
/** @}
*/