Changes in kernel/generic/src/ipc/sysipc.c [79ae36dd:f6bffee] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/sysipc.c
r79ae36dd rf6bffee 40 40 #include <debug.h> 41 41 #include <ipc/ipc.h> 42 #include <ipc/ipc_methods.h>43 42 #include <ipc/sysipc.h> 44 43 #include <ipc/irq.h> … … 461 460 } 462 461 #ifdef CONFIG_UDEBUG 463 case IPC_M_DEBUG :462 case IPC_M_DEBUG_ALL: 464 463 return udebug_request_preprocess(call, phone); 465 464 #endif … … 496 495 /* 497 496 * This must be an affirmative answer to IPC_M_DATA_READ 498 * or IPC_M_DEBUG /UDEBUG_M_MEM_READ...497 * or IPC_M_DEBUG_ALL/UDEBUG_M_MEM_READ... 499 498 * 500 499 */ … … 532 531 533 532 switch (IPC_GET_IMETHOD(call->data)) { 534 case IPC_M_DEBUG :533 case IPC_M_DEBUG_ALL: 535 534 return -1; 536 535 default:
Note:
See TracChangeset
for help on using the changeset viewer.