Changeset 1716

Show
Ignore:
Timestamp:
09/16/06 16:40:40 (2 years ago)
Author:
mentor
Message:

Commit actually tested version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/hal/linux/ah_osdep.h

    r1715 r1716  
    173173#if AH_BYTE_ORDER == AH_BIG_ENDIAN 
    174174#define _OS_REG_WRITE(_ah, _reg, _val) do {             \ 
    175         writel((0x4000 <= (_reg) && (_reg) < 0x5000) ?  \  
     175        writel((0x4000 <= (_reg) && (_reg) < 0x5000) ?  \ 
    176176                __bswap32(_val) : _val,                 \ 
    177177                (_ah)->ah_sh + (_reg));                 \