Revision fdabc366 target-ppc/cpu.h

b/target-ppc/cpu.h
32 32

  
33 33
#define TARGET_HAS_ICE 1
34 34

  
35
/* XXX: this should be tunable: PowerPC 601 & 64 bits PowerPC
36
 *                              have different cache line sizes
37
 */
38
#define ICACHE_LINE_SIZE 32
39
#define DCACHE_LINE_SIZE 32
40

  
41
/* XXX: put this in a common place */
42
#define likely(x)   __builtin_expect(!!(x), 1)
43

  
35 44
/*****************************************************************************/
36 45
/* PVR definitions for most known PowerPC */
37 46
enum {

Also available in: Unified diff