Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/sysipc.c

    r79ae36dd rf6bffee  
    4040#include <debug.h>
    4141#include <ipc/ipc.h>
    42 #include <ipc/ipc_methods.h>
    4342#include <ipc/sysipc.h>
    4443#include <ipc/irq.h>
     
    461460        }
    462461#ifdef CONFIG_UDEBUG
    463         case IPC_M_DEBUG:
     462        case IPC_M_DEBUG_ALL:
    464463                return udebug_request_preprocess(call, phone);
    465464#endif
     
    496495                /*
    497496                 * 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...
    499498                 *
    500499                 */
     
    532531       
    533532        switch (IPC_GET_IMETHOD(call->data)) {
    534         case IPC_M_DEBUG:
     533        case IPC_M_DEBUG_ALL:
    535534                return -1;
    536535        default:
Note: See TracChangeset for help on using the changeset viewer.