Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 22:43:07 GMT
From:      op@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r269656 - in soc2014/op/freebsd-base/sys/i386: i386 include
Message-ID:  <201406162243.s5GMh7YT027363@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: op
Date: Mon Jun 16 22:43:07 2014
New Revision: 269656
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=269656

Log:
  SMAP i386: fix build, added forgotted variables
  
  git: https://github.com/opntr/opBSD/commits/op/gsoc2014/smap
  
  Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
  
  

Modified:
  soc2014/op/freebsd-base/sys/i386/i386/identcpu.c
  soc2014/op/freebsd-base/sys/i386/include/md_var.h

Modified: soc2014/op/freebsd-base/sys/i386/i386/identcpu.c
==============================================================================
--- soc2014/op/freebsd-base/sys/i386/i386/identcpu.c	Mon Jun 16 22:42:45 2014	(r269655)
+++ soc2014/op/freebsd-base/sys/i386/i386/identcpu.c	Mon Jun 16 22:43:07 2014	(r269656)
@@ -1140,7 +1140,7 @@
 {
 	int	isblue = 0;
 	u_char	ccr3;
-	u_int	regs[4];
+	u_int	regs[4], cpu_stdext_disable;
 
 	cpu_vendor_id = find_cpu_vendor_id();
 

Modified: soc2014/op/freebsd-base/sys/i386/include/md_var.h
==============================================================================
--- soc2014/op/freebsd-base/sys/i386/include/md_var.h	Mon Jun 16 22:42:45 2014	(r269655)
+++ soc2014/op/freebsd-base/sys/i386/include/md_var.h	Mon Jun 16 22:43:07 2014	(r269656)
@@ -48,6 +48,7 @@
 extern	u_int	via_feature_rng;
 extern	u_int	via_feature_xcrypt;
 extern	u_int	cpu_clflush_line_size;
+extern	u_int	cpu_stdext_feature;
 extern	u_int	cpu_fxsr;
 extern	u_int	cpu_high;
 extern	u_int	cpu_id;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406162243.s5GMh7YT027363>