Re: [PATCH] proc_cpuinfo: Add PPIN support for AMD

2020-04-14 Thread Corinna Vinschen
On Apr 10 22:35, Brian Inglis wrote: > Newer AMD CPUs support a feature called protected processor > identification number (PPIN). This feature can be detected via > CPUID_Fn8008_EBX[23]. > --- > winsup/cygwin/fhandler_proc.cc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/winsup/cy

[PATCH] proc_cpuinfo: Add PPIN support for AMD

2020-04-10 Thread Brian Inglis
Newer AMD CPUs support a feature called protected processor identification number (PPIN). This feature can be detected via CPUID_Fn8008_EBX[23]. --- winsup/cygwin/fhandler_proc.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.c