david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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

This commit is contained in:
Michael Brown 2008-10-13 00:23:18 +01:00
parent c0835339d0
commit 667819becc
2 changed files with 0 additions and 12 deletions

View File

@ -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 */

View File

@ -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
*