From 2fe78075d99b54fc5933fb80e9e947a92b9cbb3e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 14 Nov 2010 00:02:53 +0000 Subject: [PATCH] --- yaml --- r: 228453 b: refs/heads/master c: 503f3d30c6f29c58fce77bfe47b04e3c667e7640 h: refs/heads/master i: 228451: 7eb9006556f3c1a6b5abd4c03f029e63c7248d39 v: v3 --- [refs] | 2 +- trunk/arch/blackfin/mach-common/entry.S | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 8ec2e8662071..766098612505 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 064cc44e62283227524c8e84ff247939728dec79 +refs/heads/master: 503f3d30c6f29c58fce77bfe47b04e3c667e7640 diff --git a/trunk/arch/blackfin/mach-common/entry.S b/trunk/arch/blackfin/mach-common/entry.S index 2ca915ee181f..bc08c98d008d 100644 --- a/trunk/arch/blackfin/mach-common/entry.S +++ b/trunk/arch/blackfin/mach-common/entry.S @@ -615,7 +615,7 @@ ENTRY(_system_call) #ifdef CONFIG_IPIPE r0 = sp; SP += -12; - call ___ipipe_syscall_root; + pseudo_long_call ___ipipe_syscall_root, p0; SP += 12; cc = r0 == 1; if cc jump .Lsyscall_really_exit; @@ -692,7 +692,7 @@ ENTRY(_system_call) [--sp] = reti; SP += 4; /* don't merge with next insn to keep the pattern obvious */ SP += -12; - call ___ipipe_sync_root; + pseudo_long_call ___ipipe_sync_root, p4; SP += 12; jump .Lresume_userspace_1; .Lsyscall_no_irqsync: