git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46b60fa
)
Blackfin: fix memset in smp_send_reschedule() and -stop()
author
Roel Kluin
<roel.kluin@gmail.com>
Sat, 21 Nov 2009 18:35:58 +0000
(19:35 +0100)
committer
Mike Frysinger
<vapier@gentoo.org>
Wed, 25 Nov 2009 07:35:45 +0000
(
02:35
-0500)
To set zeroes the sizeof the struct should be used rather
than sizeof the pointer, kzalloc does that.
Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
No differences found