Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11162
b: refs/heads/master
c: a0c3a5b
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 08931eb commit d1a195f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8f40611d2b184ca5d525075d273854929cf8d1d0
refs/heads/master: a0c3a5b5a84df11cf6a44fc04cb6f7c0525123a8
4 changes: 2 additions & 2 deletions trunk/arch/mips/kernel/gdb-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -1039,12 +1039,12 @@ void adel(void)
* malloc is needed by gdb client in "call func()", even a private one
* will make gdb happy
*/
static void *malloc(size_t size)
static void * __attribute_used__ malloc(size_t size)
{
return kmalloc(size, GFP_ATOMIC);
}

static void free(void *where)
static void __attribute_used__ free (void *where)
{
kfree(where);
}
Expand Down

0 comments on commit d1a195f

Please sign in to comment.