mirror of
https://github.com/ipxe/ipxe
synced 2026-01-11 16:08:34 +03:00
We don't actually use the reset functions anywhere, and nothing really
provides them.
This commit is contained in:
@@ -85,6 +85,6 @@ void cpu_setup(void)
|
||||
identify_cpu(&cpu_info);
|
||||
}
|
||||
|
||||
INIT_FN ( INIT_CPU, cpu_setup, NULL, NULL );
|
||||
INIT_FN ( INIT_CPU, cpu_setup, NULL );
|
||||
|
||||
#endif /* CONFIG_X86_64 */
|
||||
|
||||
Reference in New Issue
Block a user