graysky2 / kernel_compiler_patch

Kernel patch enables compiler optimizations for additional CPUs.
GNU General Public License v2.0
658 stars 77 forks source link

Remove MCRUSOE from X86_MINIMUM_CPU_FAMILY=6 #93

Closed hhoffstaette closed 7 months ago

hhoffstaette commented 7 months ago

Mainline commit f6a1892585cd ("x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6") removed the MCRUSOE definition and was backported to stable 6.1.79, 6.6.18, 6.7.6.

hhoffstaette commented 7 months ago

I realize this is not ideal because the patch is called "5.17+", but I wanted to bring this to your attention and make sure people can find the fix when their patch no longer applies.

graysky2 commented 7 months ago

Thanks for letting me know... probably best to just pull it out.