mirror of
https://github.com/xcat2/xNBA.git
synced 2025-01-20 06:23:14 +00:00
[timer] Remove now-obsolete references to TIMER_BIOS and TIMER_RDTSC
This commit is contained in:
parent
c0835339d0
commit
667819becc
@ -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 */
|
||||
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user