xref: /haiku/src/system/kernel/arch/x86/32/errata.cpp (revision 68ea01249e1e2088933cb12f9c28d4e5c5d1c9ef)
1 /*
2  * Copyright 2019, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Augustin Cavalier <waddlesplash>
7  */
8 
9 #include <cpu.h>
10 #include <arch_cpu.h>
11 
12 
13 status_t
14 __x86_patch_errata_percpu(int currentCPU)
15 {
16 	// TODO.
17 	return B_OK;
18 }
19