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/sparc64/src/sun4u/start.S

    r7f0580d r36df4109  
    292292       
    293293        /*
    294          * Call arch_pre_main(bootinfo)
    295          */
    296         call arch_pre_main
     294         * Call sparc64_pre_main(bootinfo)
     295         */
     296        call sparc64_pre_main
    297297        mov %o1, %o0
    298298       
Note: See TracChangeset for help on using the changeset viewer.