Skip to content

Commit

Permalink
csky: fixup compile error with CPU 810.
Browse files Browse the repository at this point in the history
This bug is from commit f553aa1 ("csky: fixup relocation error with
807 & 860").

I forgot to compile with 810 for that patch.

Signed-off-by: Guo Ren <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
guoren83 authored and torvalds committed Jan 10, 2019
1 parent ba42273 commit 70c2525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/csky/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 70c2525

Please sign in to comment.