From: Chuck Ebbert <76306.1226@compuserve.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
Gerd Hoffman <kraxel@suse.de>, Andrew Morton <akpm@osdl.org>,
Linus Torvalds <torvalds@osdl.org>
Subject: Re: smp/up alternatives crash when CONFIG_HOTPLUG_CPU
Date: Fri, 21 Apr 2006 19:31:10 -0400 [thread overview]
Message-ID: <200604211932_MC3-1-BDAF-3F61@compuserve.com> (raw)
In-Reply-To: <20060421074858.GA28858@elte.hu>
On Fri, 21 Apr 2006 09:48:58 +0200, Ingo Molnar wrote:
> you can also try the mutex.bad.s file i attached:
>
> $ as mutex.s.bad
> mutex.s.bad: Assembler messages:
> mutex.s.bad:267: Warning: .space or .fill with negative value, ignored
> mutex.s.bad:355: Warning: .space or .fill with negative value, ignored
> mutex.s.bad:412: Warning: .space or .fill with negative value, ignored
> mutex.s.bad:574: Warning: .space or .fill with negative value, ignored
> mutex.s.bad:627: Warning: .space or .fill with negative value, ignored
There are six of those in the file: the first one works and the rest fail.
This causes 5 * 16 bytes of fill to be missing from the output file.
Trying to get an assembler listing makes the problem go away:
$ as -o mutex.bad.o mutex.s
mutex.s: Assembler messages:
mutex.s:267: Warning: .space or .fill with negative value, ignored
mutex.s:355: Warning: .space or .fill with negative value, ignored
mutex.s:412: Warning: .space or .fill with negative value, ignored
mutex.s:574: Warning: .space or .fill with negative value, ignored
mutex.s:627: Warning: .space or .fill with negative value, ignored
$ as -al -o mutex.good.o mutex.s >mutex.lst
$ ll mutex*.o
-rw-rw-r-- 1 me me 5028 Apr 21 19:24 mutex.bad.o
-rw-rw-r-- 1 me me 5108 Apr 21 19:25 mutex.good.o
$ as --version
GNU assembler 2.15.90.0.3 20040415
--
Chuck
"Penguins don't come from next door, they come from the Antarctic!"
next reply other threads:[~2006-04-21 23:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-21 23:31 Chuck Ebbert [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-04-19 9:46 Ingo Molnar
2006-04-20 5:29 ` Ingo Molnar
2006-04-20 7:45 ` Andi Kleen
2006-04-20 15:14 ` Linus Torvalds
2006-04-20 15:26 ` Ingo Molnar
2006-04-21 7:48 ` Ingo Molnar
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=200604211932_MC3-1-BDAF-3F61@compuserve.com \
--to=76306.1226@compuserve.com \
--cc=akpm@osdl.org \
--cc=kraxel@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=torvalds@osdl.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome