Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360199
b: refs/heads/master
c: e78acf6
h: refs/heads/master
i:
  360197: 2350ee7
  360195: c130c52
  360191: efb9466
v: v3
  • Loading branch information
Tiejun Chen authored and Jason Wessel committed Mar 2, 2013
1 parent 582d0e9 commit a84287a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f7c82d5a3c537a4b4d9d0395db4606bf4d3c7a5f
refs/heads/master: e78acf67ba7e32071e6eca14d8c39c7b1f130c31
2 changes: 2 additions & 0 deletions trunk/drivers/misc/kgdbts.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
#include <linux/delay.h>
#include <linux/kthread.h>
#include <linux/module.h>
#include <asm/sections.h>

#define v1printk(a...) do { \
if (verbose) \
Expand Down Expand Up @@ -222,6 +223,7 @@ static unsigned long lookup_addr(char *arg)
addr = (unsigned long)do_fork;
else if (!strcmp(arg, "hw_break_val"))
addr = (unsigned long)&hw_break_val;
addr = (unsigned long) dereference_function_descriptor((void *)addr);
return addr;
}

Expand Down

0 comments on commit a84287a

Please sign in to comment.