Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
20d50a1
in mainline for
Makefile
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-01-13T13:02:45Z (
19 years
ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
f9425006
Parents:
0369911
Message:
Memory management work.
vm.* → as.* (as like address space is, imho, more fitting)
Don't do TLB shootdown on vm_install(). Some architectures only need to call tlb_invalidate_asid().
Don't allocate all frames for as_area in as_area_create(), but let them be allocated on-demand by as_page_fault().
Add high-level page fault handler as_page_fault().
Add as_area_load_mapping().
File:
1 edited
Makefile
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
Makefile
r0369911
r20d50a1
118
118
generic/src/mm/page.c \
119
119
generic/src/mm/tlb.c \
120
generic/src/mm/
vm
.c \
120
generic/src/mm/
as
.c \
121
121
generic/src/lib/func.c \
122
122
generic/src/lib/list.c \
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive