Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
90f5d64
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-03T14:54:51Z (
19 years
ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
dc5a0fe1
Parents:
0861786
Message:
AS_AREA_CACHEABLE not needed anymore for sharing.
Added icons to console.
File:
1 edited
ns/ns.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
ns/ns.c
r0861786
r90f5d64
91
91
map_physmem(ph_addr, addr, 1, AS_AREA_READ | AS_AREA_CACHEABLE);
92
92
}
93
ipc_answer_fast(callid, 0, (ipcarg_t)addr, AS_AREA_READ
| AS_AREA_CACHEABLE
);
93
ipc_answer_fast(callid, 0, (ipcarg_t)addr, AS_AREA_READ
);
94
94
}
95
95
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive