mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 15:32:45 +00:00
Cope with the octeon1->cavium move. Note: none of this junk belongs here.
This commit is contained in:
parent
a6ec986223
commit
c64639d5dd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202064
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user