Changeset 96e0748d in mainline for kernel/arch/sparc64/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/arch/sparc64/include/arch.h

    re662a5f r96e0748d  
    4646#define NWINDOWS                8       /** Number of register window sets. */
    4747
     48#ifndef __ASM__
     49
     50extern void arch_pre_main(void);
     51
     52#endif /* __ASM__ */
     53
    4854#endif
    4955
Note: See TracChangeset for help on using the changeset viewer.