Author: imp Date: Mon Jan 11 04:38:37 2010 New Revision: 202064 URL: http://svn.freebsd.org/changeset/base/202064
Log: Cope with the octeon1->cavium move. Note: none of this junk belongs here. Modified: head/sys/mips/mips/bus_space_generic.c (contents, props changed) Modified: head/sys/mips/mips/bus_space_generic.c ============================================================================== --- head/sys/mips/mips/bus_space_generic.c Mon Jan 11 04:29:26 2010 (r202063) +++ head/sys/mips/mips/bus_space_generic.c Mon Jan 11 04:38:37 2010 (r202064) @@ -199,7 +199,7 @@ static struct bus_space generic_space = /* Ultra-gross kludge */ #include "opt_cputype.h" #if defined(TARGET_OCTEON) && defined(ISA_MIPS32) -#include <mips/octeon1/octeon_pcmap_regs.h> +#include <mips/cavium/octeon_pcmap_regs.h> #define rd8(a) oct_read8(a) #define rd16(a) oct_read16(a) #define rd32(a) oct_read32(a) _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
