Browse Source

[timer] Remove now-obsolete references to TIMER_BIOS and TIMER_RDTSC

tags/v0.9.6
Michael Brown 16 years ago
parent
commit
667819becc
2 changed files with 0 additions and 12 deletions
  1. 0
    2
      src/config/general.h
  2. 0
    10
      src/core/config.c

+ 0
- 2
src/config/general.h View File

11
  * Timer configuration
11
  * Timer configuration
12
  *
12
  *
13
  */
13
  */
14
-#define TIMER_BIOS		/* 18Hz BIOS timer */
15
-#define TIMER_RDTSC		/* CPU TimeStamp Counter timer */
16
 #define BANNER_TIMEOUT	20	/* Tenths of a second for which the shell
14
 #define BANNER_TIMEOUT	20	/* Tenths of a second for which the shell
17
 				   banner should appear */
15
 				   banner should appear */
18
 
16
 

+ 0
- 10
src/core/config.c View File

60
 REQUIRE_OBJECT ( syslog );
60
 REQUIRE_OBJECT ( syslog );
61
 #endif
61
 #endif
62
 
62
 
63
-/*
64
- * Drag in all requested timers
65
- */
66
-#ifdef TIMER_BIOS
67
-REQUIRE_OBJECT ( timer_bios );
68
-#endif
69
-#ifdef TIMER_RDTSC
70
-REQUIRE_OBJECT ( timer_rdtsc );
71
-#endif
72
-
73
 /*
63
 /*
74
  * Drag in all requested network protocols
64
  * Drag in all requested network protocols
75
  *
65
  *

Loading…
Cancel
Save