svn commit: r206987 - user/jmallett/octeon/sys/contrib/octeon-sdk

Juli Mallett jmallett at FreeBSD.org
Wed Apr 21 07:39:12 UTC 2010


Author: jmallett
Date: Wed Apr 21 07:39:11 2010
New Revision: 206987
URL: http://svn.freebsd.org/changeset/base/206987

Log:
  More CVMX_DONT_INCLUDE_CONFIG.

Modified:
  user/jmallett/octeon/sys/contrib/octeon-sdk/cvmx-helper.h

Modified: user/jmallett/octeon/sys/contrib/octeon-sdk/cvmx-helper.h
==============================================================================
--- user/jmallett/octeon/sys/contrib/octeon-sdk/cvmx-helper.h	Wed Apr 21 07:28:57 2010	(r206986)
+++ user/jmallett/octeon/sys/contrib/octeon-sdk/cvmx-helper.h	Wed Apr 21 07:39:11 2010	(r206987)
@@ -52,8 +52,10 @@
 #ifndef __CVMX_HELPER_H__
 #define __CVMX_HELPER_H__
 
+#ifndef CVMX_DONT_INCLUDE_CONFIG
 #include "executive-config.h"
 #include "cvmx-config.h"
+#endif
 #include "cvmx-fpa.h"
 #include "cvmx-wqe.h"
 


More information about the svn-src-user mailing list