mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 03:55:46 +03:00
fix the rdtsc namimg
This commit is contained in:
@@ -82,8 +82,8 @@ REQUIRE_OBJECT ( syslog );
|
||||
REQUIRE_OBJECT ( timer_bios );
|
||||
#endif
|
||||
|
||||
#ifdef TIMER_RTDSC
|
||||
REQUIRE_OBJECT ( timer_rtdsc );
|
||||
#ifdef TIMER_RDTSC
|
||||
REQUIRE_OBJECT ( timer_rdtsc );
|
||||
#endif
|
||||
/*
|
||||
* Drag in all requested protocols
|
||||
|
||||
Reference in New Issue
Block a user