Author: stas
Date: Sun Jan 18 12:16:45 2009
New Revision: 187390
URL: http://svn.freebsd.org/changeset/base/187390

Log:
  - Merge r183151:
    Recognize SAVE and OSXSAVE extended processor features.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/amd64/amd64/identcpu.c
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)
  stable/7/sys/i386/i386/identcpu.c

Modified: stable/7/sys/amd64/amd64/identcpu.c
==============================================================================
--- stable/7/sys/amd64/amd64/identcpu.c Sun Jan 18 12:12:38 2009        
(r187389)
+++ stable/7/sys/amd64/amd64/identcpu.c Sun Jan 18 12:16:45 2009        
(r187390)
@@ -247,8 +247,8 @@ printcpuinfo(void)
                                "\030<b23>"
                                "\031<b24>"
                                "\032<b25>"
-                               "\033<b26>"
-                               "\034<b27>"
+                               "\033XSAVE"
+                               "\034OSXSAVE"
                                "\035<b28>"
                                "\036<b29>"
                                "\037<b30>"

Modified: stable/7/sys/i386/i386/identcpu.c
==============================================================================
--- stable/7/sys/i386/i386/identcpu.c   Sun Jan 18 12:12:38 2009        
(r187389)
+++ stable/7/sys/i386/i386/identcpu.c   Sun Jan 18 12:16:45 2009        
(r187390)
@@ -744,8 +744,8 @@ printcpuinfo(void)
                                "\030POPCNT"
                                "\031<b24>"
                                "\032<b25>"
-                               "\033<b26>"
-                               "\034<b27>"
+                               "\033XSAVE"
+                               "\034OSXSAVE"
                                "\035<b28>"
                                "\036<b29>"
                                "\037<b30>"
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to