svn commit: r194160 - projects/mips/sys/mips/include

Warner Losh imp at FreeBSD.org
Sun Jun 14 06:10:37 UTC 2009


Author: imp
Date: Sun Jun 14 06:10:36 2009
New Revision: 194160
URL: http://svn.freebsd.org/changeset/base/194160

Log:
  Cavium-specific goo is no longer necessary here.  Of course, I now
  have to write a bus space for cavium, but that shouldn't be too hard.

Modified:
  projects/mips/sys/mips/include/_bus.h

Modified: projects/mips/sys/mips/include/_bus.h
==============================================================================
--- projects/mips/sys/mips/include/_bus.h	Sun Jun 14 06:09:33 2009	(r194159)
+++ projects/mips/sys/mips/include/_bus.h	Sun Jun 14 06:10:36 2009	(r194160)
@@ -31,9 +31,6 @@
 
 #ifndef MIPS_INCLUDE__BUS_H
 #define	MIPS_INCLUDE__BUS_H
-#ifdef TARGET_OCTEON
-#include "_bus_octeon.h"
-#else
 /*
  * Bus address and size types
  */
@@ -45,5 +42,4 @@ typedef uintptr_t bus_size_t;
  */
 typedef struct bus_space *bus_space_tag_t;
 typedef u_long bus_space_handle_t;
-#endif
 #endif /* MIPS_INCLUDE__BUS_H */


More information about the svn-src-projects mailing list