csky: fixup compile error with CPU 810.
This bug is from commit f553aa1c13
("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>
This commit is contained in:
parent
ba42273131
commit
70c2525953
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
static void jsri_2_lrw_jsr(uint32_t *location)
|
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)))
|
if (IS_BSR32(*location_tmp, *(location_tmp + 1)))
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue