]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags resync
authorBrian Inglis <Brian.Inglis@SystematicSW.ab.ca>
Thu, 18 Jul 2024 16:27:50 +0000 (10:27 -0600)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 19 Jul 2024 09:52:10 +0000 (11:52 +0200)
commitec54f5f43d9bb3cebefdcea367c5e4a773ed2081
treea11c424c8b85985ddee97becc4224bf06e541166
parenta430ffd1650baa6b4682517cff514371b4a19ba7
Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags resync

Linux 6.10 changed the content of cpufeatures.h to require explicit
quoted flag names for output in comments, instead of requiring a null
quoted string "" at the start of comments to suppress flag name output.
As a result, some flags (not all for output) were renamed and others moved:

- change dts to ds; move intel_ppin down; swap ibpd and ibrs;
- change some flag names and descriptions that are not output.

Signed-off-by: Brian Inglis <Brian.Inglis@SystematicSW.ab.ca>
winsup/cygwin/fhandler/proc.cc
This page took 0.029032 seconds and 5 git commands to generate.