Changeset 36df4109 in mainline for kernel/arch/mips32/src/start.S


Ignore:
Timestamp:
2016-06-06T16:29:56Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7510326
Parents:
7f0580d
Message:

Introduce architecure-specific operations

This replaces the arch_*_init() functions with an arch_ops_t structure
defined for each architecture. Undefined operations are treated as NOPs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/src/start.S

    r7f0580d r36df4109  
    196196       
    197197        /* $a1 contains physical address of bootinfo_t */
    198         jal arch_pre_main
     198        jal mips32_pre_main
    199199        addiu $sp, -ABI_STACK_FRAME
    200200       
Note: See TracChangeset for help on using the changeset viewer.