Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/config.h

    r04357767 r9a21f9d  
    6666
    6767typedef struct {
    68         unsigned int cpu_count;      /**< Number of processors detected. */
     68        size_t cpu_count;            /**< Number of processors detected. */
    6969        volatile size_t cpu_active;  /**< Number of processors that are up and running. */
    7070       
Note: See TracChangeset for help on using the changeset viewer.