summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-08-24 14:02:02 -0700
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-08-24 23:20:22 +0200
commit6b3e6f28d2ba738fd2677b6c3e4f7ec03d9a463a (patch)
tree8afee98caa794bd2265bd8d13082b339587207d3 /tools
parent99fdba921ed88381ab721b15299e637366042465 (diff)
Rename NOPID to NO_PID to avoid conflict with Solaris NOPID
Solaris <sys/types.h> already has #define NOPID (pid_t)(-1) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools')
-rw-r--r--tools/intel_reg_dumper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/intel_reg_dumper.c b/tools/intel_reg_dumper.c
index a994f008..65050339 100644
--- a/tools/intel_reg_dumper.c
+++ b/tools/intel_reg_dumper.c
@@ -1897,7 +1897,7 @@ static struct reg_debug i945gm_mi_regs[] = {
DEFINEREG(IPEIR),
DEFINEREG(IPEHR),
DEFINEREG(INST_DONE),
- DEFINEREG(NOPID),
+ DEFINEREG(NO_PID),
DEFINEREG(HWSTAM),
DEFINEREG(SCPD0),
DEFINEREG(IER),