Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269283
b: refs/heads/master
c: a9930fd
h: refs/heads/master
i:
  269281: 8f52723
  269279: 58214fb
v: v3
  • Loading branch information
Sonic Zhang authored and Mike Frysinger committed Oct 25, 2011
1 parent c8bcea6 commit 7371cc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c91e09b6838f514a9a162a715a75241214258270
refs/heads/master: a9930fd234b64ac0fcdb3e6a626d9ba44fc250fb
2 changes: 1 addition & 1 deletion trunk/arch/blackfin/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ obj-$(CONFIG_PERF_EVENTS) += perf_event.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
CFLAGS_kgdb_test.o := -mlong-calls

obj-$(CONFIG_DEBUG_MMRS) += debug-mmrs.o
3 changes: 1 addition & 2 deletions trunk/arch/blackfin/kernel/kgdb_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ void kgdb_l2_test(void)

#endif


int kgdb_test(char *name, int len, int count, int z)
noinline int kgdb_test(char *name, int len, int count, int z)
{
pr_alert("kgdb name(%d): %s, %d, %d\n", len, name, count, z);
count = z;
Expand Down

0 comments on commit 7371cc1

Please sign in to comment.