mirror of
https://github.com/ipxe/ipxe
synced 2025-12-07 18:00:28 +03:00
[timer] Remove now-obsolete references to TIMER_BIOS and TIMER_RDTSC
This commit is contained in:
@@ -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
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user