Changeset 2e51969 in mainline for uspace/app/klog
- Timestamp:
- 2007-11-19T12:20:10Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c09f2b
- Parents:
- e0bc7fc
- File:
-
- 1 edited
-
uspace/app/klog/klog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/klog/klog.c
re0bc7fc r2e51969 64 64 65 65 mapping = as_get_mappable_page(PAGE_SIZE); 66 res = ipc_call_sync_3(PHONE_NS, IPC_M_AS_AREA_RECV, 67 (sysarg_t) mapping, PAGE_SIZE, SERVICE_MEM_KLOG, 68 NULL, NULL, NULL); 66 res = ipc_call_sync_3_0(PHONE_NS, IPC_M_AS_AREA_RECV, 67 (sysarg_t) mapping, PAGE_SIZE, SERVICE_MEM_KLOG); 69 68 if (res) { 70 69 printf("Failed to initialize klog memarea\n");
Note:
See TracChangeset
for help on using the changeset viewer.
