commit | ad863a9dc9887330b2ab753323063865c59d8db6 | [log] [tgz] |
---|---|---|
author | Robin Getz <robin.getz@analog.com> | Tue Jul 07 02:47:14 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Jul 16 01:52:38 2009 -0400 |
tree | 43a6d72c0a89f22028fbaa34aab2ad27123ea2df | |
parent | 3a920accbb5f88d753ab5a6a47d0dd48b6269f84 [diff] |
Blackfin: fix handling of IPEND in interrupt context save The interrupt context save logic incorrectly stored the address of the IPEND register rather than its value due to a missing dereference. While we're here, also enable this code for all kernel debugging scenarios and not just when KGDB is enabled. Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>