Changeset 1981

Show
Ignore:
Timestamp:
01/19/07 23:43:48 (2 years ago)
Author:
proski
Message:

Fix #1100 - use correct variable in bus_map_single()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ath/if_ath_ahb.h

    r1883 r1981  
    115115        size_t size, int direction) 
    116116{ 
    117     dma_cache_wback_inv((unsigned long) addr, size); 
     117    dma_cache_wback_inv((unsigned long) ptr, size); 
    118118     
    119119    return __pa(ptr);