xref: /haiku/src/system/kernel/arch/x86/32/errata.cpp (revision a72f3582be00f2151800fa7da036d7adc14e3272)
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