/* * Copyright 2019, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Augustin Cavalier */ #include #include status_t __x86_patch_errata_percpu(int currentCPU) { // TODO. return B_OK; }