Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 685004
Collapse All | Expand All

(-)a/src/md-ppc-gcc/support.c (-1 / +2 lines)
Lines 20-25 static volatile int loops_to_go; Link Here
20
20
21
void machdep_init (void)
21
void machdep_init (void)
22
{
22
{
23
#if 0
23
    rpt_available = 1;
24
    rpt_available = 1;
24
    write_log ("Calibrating delay loop.. ");
25
    write_log ("Calibrating delay loop.. ");
25
    fflush(stderr);
26
    fflush(stderr);
Lines 35-40 void machdep_init (void) Link Here
35
    write_log ("ok - %d\n",best_time/loops_to_go);
36
    write_log ("ok - %d\n",best_time/loops_to_go);
36
    last_time = read_processor_time();
37
    last_time = read_processor_time();
37
    best_time = read_processor_time()-last_time;
38
    best_time = read_processor_time()-last_time;
39
#endif
38
}
40
}
39
41
40
42
41
- 

Return to bug 685004