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

On sparc64, when the operand to the FLUSH instruction doesn't matter, the
instruction's semantics is to flush the pipeline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/include/barrier.h

    r0af4f9e rc711efe  
    6161        asm volatile ("flush %0\n" :: "r" ((a)) : "memory")
    6262
    63 /** Flush Instruction Memory instruction. */
    64 static inline void flush_blind(void)
     63/** Flush Instruction pipeline. */
     64static inline void flush_pipeline(void)
    6565{
    6666        /*
Note: See TracChangeset for help on using the changeset viewer.