81 |
|
#define PPC_CHECK_INTERRUPTS (ASYNC_IRQ ? 0 : 1) |
82 |
|
#define PPC_DECODE_CACHE 1 |
83 |
|
#define PPC_FLIGHT_RECORDER 1 |
84 |
< |
#define PPC_PROFILE_COMPILE_TIME 1 |
84 |
> |
#define PPC_PROFILE_COMPILE_TIME 0 |
85 |
> |
#define PPC_PROFILE_GENERIC_CALLS 0 |
86 |
|
#define KPX_MAX_CPUS 1 |
87 |
|
#else |
88 |
|
// Mac ROM is write protected |
344 |
|
typedef struct timeval tm_time_t; |
345 |
|
#endif |
346 |
|
|
347 |
+ |
// Timing functions |
348 |
+ |
extern uint64 GetTicks_usec(void); |
349 |
+ |
extern void Delay_usec(uint32 usec); |
350 |
+ |
|
351 |
|
// Setup pthread attributes |
352 |
|
extern void Set_pthread_attr(pthread_attr_t *attr, int priority); |
353 |
|
|