root/src/system/kernel/arch/x86/32/errata.cpp
/*
 * Copyright 2019, Haiku, Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 *
 * Authors:
 *              Augustin Cavalier <waddlesplash>
 */

#include <cpu.h>
#include <arch_cpu.h>


status_t
__x86_patch_errata_percpu(int currentCPU)
{
        // TODO.
        return B_OK;
}