Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[timer] Remove now-obsolete references to TIMER_BIOS and TIMER_RDTSC
  • Loading branch information
Michael Brown committed Oct 12, 2008
1 parent c083533 commit 667819b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions src/config/general.h
Expand Up @@ -11,8 +11,6 @@
* Timer configuration
*
*/
#define TIMER_BIOS /* 18Hz BIOS timer */
#define TIMER_RDTSC /* CPU TimeStamp Counter timer */
#define BANNER_TIMEOUT 20 /* Tenths of a second for which the shell
banner should appear */

Expand Down
10 changes: 0 additions & 10 deletions src/core/config.c
Expand Up @@ -60,16 +60,6 @@ REQUIRE_OBJECT ( pc_kbd );
REQUIRE_OBJECT ( syslog );
#endif

/*
* Drag in all requested timers
*/
#ifdef TIMER_BIOS
REQUIRE_OBJECT ( timer_bios );
#endif
#ifdef TIMER_RDTSC
REQUIRE_OBJECT ( timer_rdtsc );
#endif

/*
* Drag in all requested network protocols
*
Expand Down

0 comments on commit 667819b

Please sign in to comment.