From: Thiemo Seufer <ths@networkno.de>
To: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Cc: mlarsen@broadcom.com, linux-mips@linux-mips.org
Subject: Re: Bug in atomic_sub_if_positive
Date: Wed, 2 Jul 2008 11:51:55 +0100 [thread overview]
Message-ID: <20080702105155.GC7007@networkno.de> (raw)
In-Reply-To: <20080702.193133.211490377.nemoto@toshiba-tops.co.jp>
Atsushi Nemoto wrote:
> On Wed, 2 Jul 2008 10:59:56 +0100, Thiemo Seufer <ths@networkno.de> wrote:
> > > --- a/include/asm-mips/atomic.h 2008-06-25 22:38:43.159739000 -0700
> > > +++ b/include/asm-mips/atomic.h 2008-06-25 22:39:07.552065000 -0700
> > > @@ -292,10 +292,10 @@ static __inline__ int atomic_sub_if_posi
> > > " beqz %0, 2f \n"
> > > " subu %0, %1, %3 \n"
> > > " .set reorder \n"
> > > - "1: \n"
> > > " .subsection 2 \n"
> > > "2: b 1b \n"
> > > " .previous \n"
> > > + "1: \n"
> >
> > AFAICS this change should make no difference to the generated code. I
> > suspect you assembler handles .subsection incorrectly. Can you provide
> > a disassembled exapmle which gets altered by this patch? Also, please
> > tell us the exact version of the assembler you use.
>
> Why no defference? The '1b' in subsection refer backword '1' label on
> the source code (which is a label for LL insn in this case with the
> patch) ?
Oh. Now that you spelled it out I see it, too. :-)
> Anyway I can provide them. I'm using vanilla 2.17 and 2.18.
>
> Without the patch:
> 801233bc <try_acquire_console_sem>:
> 801233bc: lui v0,0x8038
> 801233c0: ll a0,31976(v0)
> 801233c4: addiu v1,a0,-1
> 801233c8: bltz v1,801233dc <try_acquire_console_sem+0x20>
> 801233cc: nop
> 801233d0: sc v1,31976(v0)
> 801233d4: beqz v1,80124dac <sys_syslog+0x8>
> 801233d8: addiu v1,a0,-1
> 801233dc: bltz v1,801233fc <try_acquire_console_sem+0x40>
> 801233e0: li v0,-1
> ...
> 80124dac: b 801233dc <try_acquire_console_sem+0x20>
> 80124db0: nop
>
> With the patch:
> 801233bc <try_acquire_console_sem>:
> 801233bc: lui v0,0x8038
> 801233c0: ll a0,31976(v0)
> 801233c4: addiu v1,a0,-1
> 801233c8: bltz v1,801233dc <try_acquire_console_sem+0x20>
> 801233cc: nop
> 801233d0: sc v1,31976(v0)
> 801233d4: beqz v1,80124dac <sys_syslog+0x8>
> 801233d8: addiu v1,a0,-1
> 801233dc: bltz v1,801233fc <try_acquire_console_sem+0x40>
> 801233e0: li v0,-1
> ...
> 80124dac: b 801233c0 <try_acquire_console_sem+0x4>
> 80124db0: nop
>
>
> The patch looks correct.
Agreed.
Thiemo
next prev parent reply other threads:[~2008-07-02 10:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-02 0:12 Bug in atomic_sub_if_positive Morten Larsen
2008-07-02 0:28 ` [SPAM] " Markus Gothe
2008-07-02 0:43 ` Morten Larsen
2008-07-02 9:59 ` Thiemo Seufer
2008-07-02 10:31 ` Atsushi Nemoto
2008-07-02 10:51 ` Thiemo Seufer [this message]
2008-07-03 15:04 ` Atsushi Nemoto
2008-07-04 11:54 ` Ralf Baechle
-- strict thread matches above, loose matches on Subject: below --
2008-06-26 6:07 Morten Larsen
2008-06-26 12:11 ` Ralf Baechle
2008-06-27 6:00 ` Morten Larsen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080702105155.GC7007@networkno.de \
--to=ths@networkno.de \
--cc=anemo@mba.ocn.ne.jp \
--cc=linux-mips@linux-mips.org \
--cc=mlarsen@broadcom.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.