Changeset 4410 for branches

Show
Ignore:
Timestamp:
12/16/09 12:30:42 (8 months ago)
Author:
tfheen
Message:

Merge r4387: jemalloc portability fixes for sparc and s390

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/2.0/varnish-cache/lib/libjemalloc/jemalloc_linux.c

    r3611 r4410  
    244244#  define NO_TLS 
    245245#endif 
    246 #ifdef __sparc64__ 
     246#ifdef __sparc__ 
    247247#  define PAGESIZE_2POW         13 
    248248#  define QUANTUM_2POW          4 
     
    272272#  define QUANTUM_2POW          4 
    273273#  define SIZEOF_PTR_2POW       2 
     274#endif 
     275#ifdef __s390x__ 
     276#  define PAGESIZE_2POW         12 
     277#  define QUANTUM_2POW          4 
     278#  define SIZEOF_PTR_2POW       3 
    274279#endif 
    275280