Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228457
b: refs/heads/master
c: 9fc2052
h: refs/heads/master
i:
  228455: 27aff2d
v: v3
  • Loading branch information
Vivi Li authored and Mike Frysinger committed Jan 10, 2011
1 parent 9c7b2b9 commit 2da9051
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b68233e7f0126dfe59e1a064da9e37827c1f35ec
refs/heads/master: 9fc205283f8b163fba611a40226afdd82f4f29d3
4 changes: 4 additions & 0 deletions trunk/arch/blackfin/kernel/kgdb_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ static int __init kgdbtest_init(void)
{
struct proc_dir_entry *entry;

#if L2_LENGTH
num2 = 0;
#endif

entry = proc_create("kgdbtest", 0, NULL, &kgdb_test_proc_fops);
if (entry == NULL)
return -ENOMEM;
Expand Down

0 comments on commit 2da9051

Please sign in to comment.