Changeset 41811af in mainline for kernel/generic/src/ipc/sysipc.c
- Timestamp:
- 2011-06-10T10:14:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ab547063
- Parents:
- 9536e6e (diff), 390d80d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
r9536e6e r41811af 40 40 #include <debug.h> 41 41 #include <ipc/ipc.h> 42 #include <ipc/ipc_methods.h> 42 43 #include <ipc/sysipc.h> 43 44 #include <ipc/irq.h> … … 460 461 } 461 462 #ifdef CONFIG_UDEBUG 462 case IPC_M_DEBUG _ALL:463 case IPC_M_DEBUG: 463 464 return udebug_request_preprocess(call, phone); 464 465 #endif … … 495 496 /* 496 497 * This must be an affirmative answer to IPC_M_DATA_READ 497 * or IPC_M_DEBUG _ALL/UDEBUG_M_MEM_READ...498 * or IPC_M_DEBUG/UDEBUG_M_MEM_READ... 498 499 * 499 500 */ … … 531 532 532 533 switch (IPC_GET_IMETHOD(call->data)) { 533 case IPC_M_DEBUG _ALL:534 case IPC_M_DEBUG: 534 535 return -1; 535 536 default:
Note:
See TracChangeset
for help on using the changeset viewer.