Changeset 3527a93 in mainline for boot/arch/mips32/loader/asm.S


Ignore:
Timestamp:
2008-06-15T11:26:40Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5336643
Parents:
1eb154f
Message:

Add TODO comments to arm32 and mips32 loaders saying that caches must be put
into the coherent state before passing control to the kernel.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/loader/asm.S

    r1eb154f r3527a93  
    107107
    108108jump_to_kernel:
    109 #       .word 0x39
     109        #
     110        # TODO
     111        # Make sure that the I-cache, D-cache and memory are mutually coherent
     112        # before passing control to the copied code.
     113        #
    110114        j $a0
    111115        nop
Note: See TracChangeset for help on using the changeset viewer.