Cope with the octeon1->cavium move. Note: none of this junk belongs here.

This commit is contained in:
Warner Losh 2010-01-11 04:38:37 +00:00
parent a6ec986223
commit c64639d5dd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202064

View File

@ -199,7 +199,7 @@ static struct bus_space generic_space = {
/* Ultra-gross kludge */ /* Ultra-gross kludge */
#include "opt_cputype.h" #include "opt_cputype.h"
#if defined(TARGET_OCTEON) && defined(ISA_MIPS32) #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 rd8(a) oct_read8(a)
#define rd16(a) oct_read16(a) #define rd16(a) oct_read16(a)
#define rd32(a) oct_read32(a) #define rd32(a) oct_read32(a)