Changeset 27d293a in mainline for uspace/app/klog/klog.c
- Timestamp:
- 2007-12-31T16:46:43Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 215e375
- Parents:
- 3115355
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/klog/klog.c
r3115355 r27d293a 64 64 65 65 mapping = as_get_mappable_page(PAGE_SIZE); 66 res = ipc_ call_sync_3_0(PHONE_NS, IPC_M_AS_AREA_RECV,67 (sysarg_t) mapping, PAGE_SIZE,SERVICE_MEM_KLOG);66 res = ipc_share_in_send_1_0(PHONE_NS, mapping, PAGE_SIZE, 67 SERVICE_MEM_KLOG); 68 68 if (res) { 69 69 printf("Failed to initialize klog memarea\n");
Note:
See TracChangeset
for help on using the changeset viewer.