s/NO_PID/NOP_ID

Alan typo'ed it, I've failed to notice :(
This commit is contained in:
Daniel Vetter 2012-08-25 00:01:27 +02:00
parent 1b5fd314fd
commit 3d148e164d
2 changed files with 2 additions and 2 deletions

View File

@ -428,7 +428,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# define I830_PRIMARY_RING_1_DONE (1 << 1) # define I830_PRIMARY_RING_1_DONE (1 << 1)
# define I830_PRIMARY_RING_0_DONE (1 << 0) # define I830_PRIMARY_RING_0_DONE (1 << 0)
#define NO_PID 0x2094 #define NOP_ID 0x2094
#define SCPD0 0x209c /* debug */ #define SCPD0 0x209c /* debug */
#define INST_PS 0x20c4 #define INST_PS 0x20c4

View File

@ -1897,7 +1897,7 @@ static struct reg_debug i945gm_mi_regs[] = {
DEFINEREG(IPEIR), DEFINEREG(IPEIR),
DEFINEREG(IPEHR), DEFINEREG(IPEHR),
DEFINEREG(INST_DONE), DEFINEREG(INST_DONE),
DEFINEREG(NO_PID), DEFINEREG(NOP_ID),
DEFINEREG(HWSTAM), DEFINEREG(HWSTAM),
DEFINEREG(SCPD0), DEFINEREG(SCPD0),
DEFINEREG(IER), DEFINEREG(IER),