Is it possible to disable the Windows kernel polling for correctable machine
checks on an AMD processor? I have other functionality that does the polling
for these types of errors so they can be logged to a BMC and I am getting
race conditions where some of the errors are caught by the OS and some
are caught by my functionality. I'd like to be able to disable the OS and
allow my functionality to handle all of the correctable errors.
Thanks.
Bob