Changeset 3d76996 in mainline for kernel/arch/sparc64/src/start.S


Ignore:
Timestamp:
2006-12-02T20:16:35Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
92778f2
Parents:
d0485c6
Message:

Add dcache_flush() function that flushes D-Cache on sparc64.

File:
1 edited

Legend:

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

    rd0485c6 r3d76996  
    252252
    253253        /*
     254         * Flush D-Cache.
     255         */
     256        call dcache_flush
     257        nop
     258
     259        /*
    254260         * So far, we have not touched the stack.
    255261         * It is a good idea to set the kernel stack to a known state now.
Note: See TracChangeset for help on using the changeset viewer.