Author: jmallett
Date: Tue Mar 13 06:48:26 2012
New Revision: 232915
URL: http://svn.freebsd.org/changeset/base/232915

Log:
  Remove some files not used by the FreeBSD kernel which have been adding quite
  a bit of bloat to the kernel source tree's size.

Deleted:
  head/sys/contrib/octeon-sdk/cvmx-csr-db-support.c
  head/sys/contrib/octeon-sdk/cvmx-csr-db.c
  head/sys/contrib/octeon-sdk/cvmx-csr-db.h
  head/sys/contrib/octeon-sdk/cvmx-error-custom.c
  head/sys/contrib/octeon-sdk/cvmx-error-custom.h
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn30xx.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn31xx.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn38xx.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn38xxp2.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn50xx.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn52xx.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn52xxp1.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn56xx.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn56xxp1.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn58xx.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn58xxp1.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn61xx.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn63xx.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn63xxp1.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn66xx.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn68xx.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cn68xxp1.c
  head/sys/contrib/octeon-sdk/cvmx-error-init-cnf71xx.c
  head/sys/contrib/octeon-sdk/cvmx-error.c
  head/sys/contrib/octeon-sdk/cvmx-error.h
Modified:
  head/sys/contrib/octeon-sdk/cvmx-pcie.c
  head/sys/contrib/octeon-sdk/cvmx-twsi.c
  head/sys/contrib/octeon-sdk/cvmx-usb.c

Modified: head/sys/contrib/octeon-sdk/cvmx-pcie.c
==============================================================================
--- head/sys/contrib/octeon-sdk/cvmx-pcie.c     Tue Mar 13 06:28:52 2012        
(r232914)
+++ head/sys/contrib/octeon-sdk/cvmx-pcie.c     Tue Mar 13 06:48:26 2012        
(r232915)
@@ -76,7 +76,9 @@
 #include <asm/octeon/cvmx-wqe.h>
 #else
 #include "cvmx.h"
+#if !defined(CVMX_BUILD_FOR_FREEBSD_KERNEL)
 #include "cvmx-csr-db.h"
+#endif
 #include "cvmx-pcie.h"
 #include "cvmx-sysinfo.h"
 #include "cvmx-swap.h"

Modified: head/sys/contrib/octeon-sdk/cvmx-twsi.c
==============================================================================
--- head/sys/contrib/octeon-sdk/cvmx-twsi.c     Tue Mar 13 06:28:52 2012        
(r232914)
+++ head/sys/contrib/octeon-sdk/cvmx-twsi.c     Tue Mar 13 06:48:26 2012        
(r232915)
@@ -59,8 +59,10 @@
 #else
 #include "cvmx.h"
 #include "cvmx-twsi.h"
+#if !defined(CVMX_BUILD_FOR_FREEBSD_KERNEL)
 #include "cvmx-csr-db.h"
 #endif
+#endif
 
 //#define PRINT_TWSI_CONFIG
 #ifdef PRINT_TWSI_CONFIG

Modified: head/sys/contrib/octeon-sdk/cvmx-usb.c
==============================================================================
--- head/sys/contrib/octeon-sdk/cvmx-usb.c      Tue Mar 13 06:28:52 2012        
(r232914)
+++ head/sys/contrib/octeon-sdk/cvmx-usb.c      Tue Mar 13 06:48:26 2012        
(r232915)
@@ -72,7 +72,9 @@
 #include "cvmx-usb.h"
 #include "cvmx-helper.h"
 #include "cvmx-helper-board.h"
+#if !defined(CVMX_BUILD_FOR_FREEBSD_KERNEL)
 #include "cvmx-csr-db.h"
+#endif
 #include "cvmx-swap.h"
 #if !defined(CVMX_BUILD_FOR_FREEBSD_KERNEL)
 #include "cvmx-error.h"
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to