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
13status_t
14__x86_patch_errata_percpu(int currentCPU)
15{
16	// TODO.
17	return B_OK;
18}
19