Skip to content

Commit

Permalink
Blackfin: first pass at debug mmr support
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed May 25, 2011
1 parent 4a7df24 commit 73ecfcf
Show file tree
Hide file tree
Showing 3 changed files with 1,863 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ config DEBUG_VERBOSE
Most people should say N here.

config DEBUG_MMRS
bool "Generate Blackfin MMR tree"
tristate "Generate Blackfin MMR tree"
select DEBUG_FS
help
Create a tree of Blackfin MMRs via the debugfs tree. If
Expand Down
2 changes: 2 additions & 0 deletions arch/blackfin/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ obj-$(CONFIG_BFIN_PSEUDODBG_INSNS) += pseudodbg.o
# the kgdb test puts code into L2 and without linker
# relaxation, we need to force long calls to/from it
CFLAGS_kgdb_test.o := -mlong-calls -O0

obj-$(CONFIG_DEBUG_MMRS) += debug-mmrs.o
Loading

0 comments on commit 73ecfcf

Please sign in to comment.