Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1396 → Rev 1395

/kernel/trunk/arch/mips32/src/mm/page.c
34,12 → 34,3
{
page_mapping_operations = &pt_mapping_operations;
}
 
/** Map device into kernel space
* - on mips, all devices are already mapped into kernel space,
* translate the physical address to uncached area
*/
__address hw_map(__address physaddr, size_t size)
{
return physaddr + 0xa0000000;
}