Changeset f238e86 in mainline for boot/arch/sparc64/loader/asm.S


Ignore:
Timestamp:
2009-10-18T17:27:09Z (15 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
66e08d02
Parents:
68834d85
Message:

Both sun4u and sun4v are compilable, sun4u feature-complete, sun4v reaches (at least) version_print.

File:
1 edited

Legend:

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

    r68834d85 rf238e86  
    115115         */
    116116       
     117#if defined (SUN4U)
    117118        /*
    118119         * US3 processors have a write-invalidate cache, so explicitly
     
    128129                call icache_flush
    129130                nop
    130        
     131#endif 
    131132        1:
    132133                membar #StoreStore
Note: See TracChangeset for help on using the changeset viewer.