projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba42273
)
csky: fixup compile error with CPU 810.
author
Guo Ren
<ren_guo@c-sky.com>
Thu, 10 Jan 2019 12:28:39 +0000
(20:28 +0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 10 Jan 2019 12:37:37 +0000
(
04:37
-0800)
This bug is from commit
f553aa1c13cb
("csky: fixup relocation error with
807 & 860").
I forgot to compile with 810 for that patch.
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/csky/kernel/module.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/csky/kernel/module.c
b/arch/csky/kernel/module.c
index 0b028ee3c764b0b3decd802e04b5b96a9e4a5ed6..b5ad7d9de18cfda9117dc3a5555beddba4bce820 100644
(file)
--- a/
arch/csky/kernel/module.c
+++ b/
arch/csky/kernel/module.c
@@
-28,7
+28,7
@@
static void jsri_2_lrw_jsr(uint32_t *location)
{
- uint16_t location_tmp = (uint16_t *)location;
+ uint16_t
*
location_tmp = (uint16_t *)location;
if (IS_BSR32(*location_tmp, *(location_tmp + 1)))
return;