mirror of https://github.com/ipxe/ipxe.git
[timer] Remove now-obsolete references to TIMER_BIOS and TIMER_RDTSC
parent
c0835339d0
commit
667819becc
|
@ -11,8 +11,6 @@
|
||||||
* Timer configuration
|
* 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
|
#define BANNER_TIMEOUT 20 /* Tenths of a second for which the shell
|
||||||
banner should appear */
|
banner should appear */
|
||||||
|
|
||||||
|
|
|
@ -60,16 +60,6 @@ REQUIRE_OBJECT ( pc_kbd );
|
||||||
REQUIRE_OBJECT ( syslog );
|
REQUIRE_OBJECT ( syslog );
|
||||||
#endif
|
#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
|
* Drag in all requested network protocols
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue