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

[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

[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