lkml.org 
[lkml]   [2013]   [Sep]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [patch 5/6] sparc: Use preempt_schedule_irq
From
From: Thomas Gleixner <tglx@linutronix.de>
Date: Tue, 17 Sep 2013 18:53:08 -0000

> bne,pn %xcc, kern_fpucheck
> - sethi %hi(PREEMPT_ACTIVE), %l6
> - stw %l6, [%g6 + TI_PRE_COUNT]
> - call schedule
> + call preempt_schedule_irq
> nop

You've put the function call into the delay slot of the branch,
which you don't want to do.

That's, btw, why we indent instructions with an extra space like
that, to emphasize that it's a delay slot of the preceeding
branch.


\
 
 \ /
  Last update: 2013-09-18 01:01    [W:0.218 / U:0.136 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site