Show
Ignore:
Timestamp:
11/15/05 13:30:25 (3 years ago)
Author:
zoeloelip
Message:

README updates
i386 <-> x86_64 spinlock test

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/mm.c

    r130 r131  
    171171#if defined(MM_SEM_SPINLOCK) 
    172172 
    173 #if defined(__GNUC__) && defined(i386
     173#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)
    174174#  include "x86_spinlocks.h" 
    175175#else