Re: [PATCH 0/2] x86/CPU: Use correct Cyrix-specific macros

From: Andy Lutomirski
Date: Sat Mar 16 2019 - 15:01:12 EST


On Thu, Mar 14, 2019 at 1:46 PM Matthew Whitehead <tedheadster@xxxxxxxxx> wrote:
>
> Replace the incorrect Cyrix-specific macro calls with the correct
> setCx86() and getCx86() calls. Also remove the unused setCx86_old(),
> getCx86_old() and their related comments in the code.
>
> Matthew Whitehead (2):
> x86/CPU: Use correct macros for Cyrix calls on Geode processors
> x86/CPU: Remove {get,set}Cx86_old macros used for Cyrix processors

This series looks reasonable to me. Also, Matthew seems to be the
best tester around for this old hardware, so, if he says it works, I
believe him :) I certainly can't test this stuff.

--Andy