diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-26 16:51:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-26 16:51:23 -0700 |
commit | f436ab43614f105a4685c976a85a171bc112c802 (patch) | |
tree | 21db536f54a642c627008c664e2679c0ff3ccbc3 /include | |
parent | 6cd236e0057704d1f5c77908374079e021c83928 (diff) | |
parent | 0c07f6115b779ae4597749d47dec228c6d2d1c7c (diff) | |
download | linux-f436ab43614f105a4685c976a85a171bc112c802.tar.bz2 |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
* master.kernel.org:/home/rmk/linux-2.6-arm:
[ARM] 4449/1: more entries in arch/arm/boot/.gitignore
[ARM] 4452/1: Force the literal pool dump before reloc_end
[ARM] Update show_regs/oops register format
[ARM] Add support for pause_on_oops and display preempt/smp options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/ptrace.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-arm/ptrace.h b/include/asm-arm/ptrace.h index 2d0dad8c10ac..ee3d93c281d8 100644 --- a/include/asm-arm/ptrace.h +++ b/include/asm-arm/ptrace.h @@ -112,9 +112,6 @@ struct pt_regs { #define fast_interrupts_enabled(regs) \ (!((regs)->ARM_cpsr & PSR_F_BIT)) -#define condition_codes(regs) \ - ((regs)->ARM_cpsr & (PSR_V_BIT|PSR_C_BIT|PSR_Z_BIT|PSR_N_BIT)) - /* Are the current registers suitable for user mode? * (used to maintain security in signal handlers) */ |