[GIT PULL] blackfin kgdb fixes for 2.6.33-rc3

From: Jason Wessel
Date: Thu Jan 07 2010 - 14:01:26 EST


Linus, please pull the kgdb git tree fixes for 2.6.33-rc3

git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_linus

Summary:

* Fix builds of blackfin with CONFIG_KGDB=y
* Grammar fixes from Randy which go into the generated docs

This series fixes the build issues and cleans the up duplicated code
between the kgdb core and the blackfin architecture specific kgdb
implementation.

Thanks,
Jason.

Short log follows:

---

The following changes since commit 2c1f1895ef2aa8f0e5497893eff71304aef332e1:
Linus Torvalds (1):
Merge branch 'drm-linus' of git://git.kernel.org/.../airlied/drm-2.6

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb.git for_linus

Jason Wessel (2):
maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)
blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/write

Randy Dunlap (1):
kgdb: Fix kernel-doc format error in kgdb.h

Sonic Zhang (1):
blackfin,kgdb: Do not put PC in gdb_regs into retx.

arch/blackfin/kernel/kgdb.c | 207 +------------------------------------------
arch/blackfin/mm/Makefile | 2 +-
arch/blackfin/mm/maccess.c | 97 ++++++++++++++++++++
include/linux/kgdb.h | 7 +-
include/linux/uaccess.h | 4 +-
mm/maccess.c | 11 ++-
6 files changed, 114 insertions(+), 214 deletions(-)
create mode 100644 arch/blackfin/mm/maccess.c
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/