Changeset bf9afa07 in mainline for ns/ns.c


Ignore:
Timestamp:
2006-06-02T11:35:05Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2d22049
Parents:
49d072e
Message:

Allocation function for allocating free areas for mmap, map_physmem etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ns/ns.c

    r49d072e rbf9afa07  
    8888                        return;
    8989                }
    90                 addr = (void *)(200*1024*1024); /* TODO: intelligent freemem space */
     90                addr = as_get_mappable_page(PAGE_SIZE);
    9191                map_physmem(ph_addr, addr, 1, AS_AREA_READ | AS_AREA_CACHEABLE);
    9292        }
Note: See TracChangeset for help on using the changeset viewer.