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
Linux 6.10 "Baby Opossum Posse" added cpuinfo feature flags for output.
Linux cpuinfo follows output for each processor with a blank line,
so we output newlines to get a blank line.
Linux 6.10 changed the content of cpufeatures.h to require explicit
quoted flag names for output in comments, inst
Linux cpuinfo follows output for each processor with a blank line,
so we output newlines to get a blank line:
- newline after power management feature flags if printed;
- newline to give blank line after each processor output.
Reported-by: Achim Gratz
https://cygwin.com/pipermail/cygwin/2024-July
0x800a EDX 18 x2avic virtual x2apic
0x8022 EAX 2 amd_lbr_pmc_freeze AMD last br rec and perf mon ctrs freeze
Signed-off-by: Brian Inglis
---
winsup/cygwin/fhandler/proc.cc | 8
1 file changed, 8 insertions(+)
diff --git a/winsup/cygwin/fhandler/proc.cc b/winsup/cyg