Changeset 96e0748d in mainline for kernel/generic/include/arch.h


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

make arch_pre_main optional, don't force any specific prototype
simplify boot process
mips32: detect number of configured CPUs in msim

File:
1 edited

Legend:

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

    re662a5f r96e0748d  
    6464} the_t;
    6565
    66 #define THE             ((the_t *)(get_stack_base()))
     66#define THE  ((the_t * )(get_stack_base()))
    6767
    6868extern void the_initialize(the_t *the);
    6969extern void the_copy(the_t *src, the_t *dst);
    7070
    71 extern void arch_pre_main(void);
    7271extern void arch_pre_mm_init(void);
    7372extern void arch_post_mm_init(void);
Note: See TracChangeset for help on using the changeset viewer.