Fix the entries for SPR_DC_ADR and SPR_DC_DAT.

This commit is contained in:
scw 2006-07-06 15:09:54 +00:00
parent 9ffa9806b4
commit 5914c06c4c

View File

@ -1,4 +1,4 @@
/* $NetBSD: spr.h,v 1.38 2005/12/24 20:07:28 perry Exp $ */
/* $NetBSD: spr.h,v 1.39 2006/07/06 15:09:54 scw Exp $ */
#ifndef _POWERPC_SPR_H_
#define _POWERPC_SPR_H_
@ -154,9 +154,9 @@
#define DC_CST_CCER2 0x00100000 /* D cache error type 2 (RO) */
#define DC_CST_CCER3 0x00080000 /* D cache error type 3 (RO) */
#define SPR_DBAT4U 0x238 /* .6. Data BAT Reg 4 Upper */
#define SPR_DC_ADR 0x231 /* ..8 Data Cache Address */
#define SPR_DC_ADR 0x239 /* ..8 Data Cache Address */
#define SPR_DBAT4L 0x239 /* .6. Data BAT Reg 4 Lower */
#define SPR_DC_DAT 0x232 /* ..8 Data Cache Data */
#define SPR_DC_DAT 0x23a /* ..8 Data Cache Data */
#define SPR_DBAT5U 0x23a /* .6. Data BAT Reg 5 Upper */
#define SPR_DBAT5L 0x23b /* .6. Data BAT Reg 5 Lower */
#define SPR_DBAT6U 0x23c /* .6. Data BAT Reg 6 Upper */