Commit 70c25259 authored by Guo Ren's avatar Guo Ren Committed by Linus Torvalds
Browse files

csky: fixup compile error with CPU 810.



This bug is from commit f553aa1c ("csky: fixup relocation error with
807 & 860").

I forgot to compile with 810 for that patch.

Signed-off-by: default avatarGuo Ren <ren_guo@c-sky.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ba422731
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;