Changeset abda850 in mainline for init/init.c
- Timestamp:
- 2006-05-25T21:22:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e9a3c52
- Parents:
- fba9b8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
init/init.c
rfba9b8b rabda850 341 341 memcpy(as_area, "Hello world.\n", 14); 342 342 343 retval = ipc_call_sync_ 2(PHONE_NS, IPC_M_AS_AREA_SEND, 0, (sysarg_t) as_area,344 NULL, NULL );343 retval = ipc_call_sync_3(PHONE_NS, IPC_M_AS_AREA_SEND, (sysarg_t) as_area, 0, AS_AREA_READ, 344 NULL, NULL, NULL); 345 345 if (retval) { 346 346 printf("AS_AREA_SEND failed.\n"); … … 393 393 // test_hangup(); 394 394 // test_slam(); 395 //test_as_area_send();395 test_as_area_send(); 396 396 // test_pci(); 397 397 test_kbd();
Note:
See TracChangeset
for help on using the changeset viewer.