Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
bf9afa07
in mainline for
ns/ns.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
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
ns/ns.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
ns/ns.c
r49d072e
rbf9afa07
88
88
return;
89
89
}
90
addr =
(void *)(200*1024*1024); /* TODO: intelligent freemem space */
90
addr =
as_get_mappable_page(PAGE_SIZE);
91
91
map_physmem(ph_addr, addr, 1, AS_AREA_READ | AS_AREA_CACHEABLE);
92
92
}
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive