powerpc/ptrace: Make #defines for all request numbers hex
authorMichael Neuling <mikey@neuling.org>
Tue, 8 Jan 2013 18:45:36 +0000 (18:45 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 29 Jan 2013 00:34:25 +0000 (11:34 +1100)
commit145c52d5ce304f93e15f6a0b4471b2ffae37b3a8
tree2460f45977c007f815a0eb0136d6b2f8353c1c59
parent4e8309baedfef8360f5b06ccaff8c45cff73cc4f
powerpc/ptrace: Make #defines for all request numbers hex

We have a mix of decimal and hex here, so lets make them consistently
hex.  Also, strace will print them in hex if it can't decode them, so
having them in hex here makes it easier to match up.

No functional change.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/include/uapi/asm/ptrace.h
This page took 0.024283 seconds and 5 git commands to generate.