Ignore:
Timestamp:
Jun 27, 2017, 10:24:13 AM (7 years ago)
Author:
alain
Message:

Fix bug in kernel_init, and reduce size of remote_fifo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/core.h

    r19 r68  
    33 *
    44 * Authors  Ghassan Almaless (2008,2009,2010,2011,2012)
    5  *          Mohamed Lamine Karaoui (2015)
    6  *          Alain Greiner (2016)
     5 *          Alain Greiner (2016,2017)
    76 *
    87 * Copyright (c) UPMC Sorbonne Universites
     
    6261        uint32_t            rpc_threads;    /*! total number of RPC threads for this core  */
    6362        list_entry_t        rpc_free_list;  /*! root of the list of free RPC threads       */
    64         rpc_fifo_t          rpc_fifo;       /*! embedded private RPC fifo (one per core)   */
    6563
    6664        scheduler_t         scheduler;      /*! embedded private scheduler                 */
     
    6967    struct chdev_s    * pti_vector[CONFIG_MAX_PTIS_PER_ICU];     /*! on source device  */
    7068    struct chdev_s    * wti_vector[CONFIG_MAX_WTIS_PER_ICU];     /*! on source device  */
    71 
    72 //      sysfs_entry_t       node;
    7369}
    7470core_t;
Note: See TracChangeset for help on using the changeset viewer.