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

2019-03-16 Thread Andy Lutomirski
On Thu, Mar 14, 2019 at 1:46 PM Matthew Whitehead  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


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

2019-03-14 Thread Matthew Whitehead
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

 arch/x86/include/asm/processor-cyrix.h | 21 -
 arch/x86/kernel/cpu/cyrix.c| 14 +++---
 2 files changed, 7 insertions(+), 28 deletions(-)

-- 
1.8.3.1



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

2019-03-06 Thread Matthew Whitehead
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

 arch/x86/include/asm/processor-cyrix.h | 21 -
 arch/x86/kernel/cpu/cyrix.c| 14 +++---
 2 files changed, 7 insertions(+), 28 deletions(-)

-- 
1.8.3.1