Changeset d6b8e9d8 in mainline


Ignore:
Timestamp:
2009-02-17T22:43:35Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6bf612b
Parents:
e45a3b9
Message:

cstyle

File:
1 edited

Legend:

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

    re45a3b9 rd6b8e9d8  
    2727 */
    2828
    29 /** @addtogroup generic 
     29/** @addtogroup generic
    3030 * @{
    3131 */
     
    3939#include <arch/mm/page.h>
    4040
    41 #define STACK_SIZE              PAGE_SIZE
     41#define STACK_SIZE  PAGE_SIZE
    4242
    43 #define CONFIG_INIT_TASKS       32
     43#define CONFIG_INIT_TASKS  32
    4444
    4545typedef struct {
     
    6464
    6565typedef struct {
    66         count_t cpu_count;              /**< Number of processors detected. */
    67         volatile count_t cpu_active;    /**< Number of processors that are up and running. */
    68 
     66        count_t cpu_count;            /**< Number of processors detected. */
     67        volatile count_t cpu_active;  /**< Number of processors that are up and running. */
     68       
    6969        uintptr_t base;
    70         size_t kernel_size;             /**< Size of memory in bytes taken by kernel and stack */
     70        size_t kernel_size;           /**< Size of memory in bytes taken by kernel and stack */
    7171       
    72         uintptr_t stack_base;           /**< Base adddress of initial stack */
    73         size_t stack_size;              /**< Size of initial stack */
     72        uintptr_t stack_base;         /**< Base adddress of initial stack */
     73        size_t stack_size;            /**< Size of initial stack */
    7474} config_t;
    7575
Note: See TracChangeset for help on using the changeset viewer.