[BACK]Return to procfs_machdep.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / x86 / x86

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/x86/x86/procfs_machdep.c between version 1.37 and 1.38

version 1.37, 2020/04/24 02:27:59 version 1.38, 2020/04/24 07:50:24
Line 155  static const char * const x86_features[]
Line 155  static const char * const x86_features[]
         { /* (13) AMD 0x80000008 ebx */          { /* (13) AMD 0x80000008 ebx */
         "clzero", "irperf", "xsaveerptr", NULL, "rdpru", NULL, NULL, NULL,          "clzero", "irperf", "xsaveerptr", NULL, "rdpru", NULL, NULL, NULL,
         NULL, "wbnoinvd", NULL, NULL, NULL, NULL, NULL, NULL,          NULL, "wbnoinvd", NULL, NULL, NULL, NULL, NULL, NULL,
         NULL, NULL, NULL, NULL, NULL, NULL, NULL, "PPIN",          NULL, NULL, NULL, NULL, NULL, NULL, NULL, "ppin",
         NULL, "virt_ssbd", NULL, NULL, NULL, NULL, NULL, NULL},          NULL, "virt_ssbd", NULL, NULL, NULL, NULL, NULL, NULL},
   
         { /* (14) 0x00000006 eax */          { /* (14) 0x00000006 eax */

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

CVSweb <webmaster@jp.NetBSD.org>