From: Joel Soete <soete.joel@tiscali.be>
To: John David Anglin <dave@hiauly1.hia.nrc.ca>
Cc: parisc-linux@lists.parisc-linux.org
Subject: Re: [parisc-linux] head.S: a small typo
Date: Sun, 01 May 2005 14:26:57 +0000 [thread overview]
Message-ID: <4274E731.6080207@tiscali.be> (raw)
In-Reply-To: <200504281752.j3SHqBeE005408@hiauly1.hia.nrc.ca>
Hi Dave, Grant,
John David Anglin wrote:
>>mmm is there importance in the order of:
>> .align 128
>> .text
>>rfi_virt2real:
>
>
> Yes, put the .align after the .text. You want to align the following
> text.
>
Here is the patch so:
--- arch/parisc/kernel/real2.S.Orig 2005-01-08 16:58:49.000000000 +0100
+++ arch/parisc/kernel/real2.S 2005-05-01 15:45:32.000000000 +0200
@@ -143,8 +143,8 @@
/* rfi_virt2real() and rfi_real2virt() could perhaps be adapted for
* more general-purpose use by the several places which need RFIs
*/
- .align 128
.text
+ .align 128
rfi_virt2real:
/* switch to real mode... */
ssm 0,0 /* See "relied upon translation" */
====<>====
Thanks to ci for me,
Joel
_______________________________________________
parisc-linux mailing list
parisc-linux@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux
next prev parent reply other threads:[~2005-05-01 14:26 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200504251623.j3PGNq6m011656@hiauly1.hia.nrc.ca>
2005-04-26 17:36 ` [parisc-linux] head.S: a small typo Joel Soete
2005-04-26 19:08 ` John David Anglin
2005-04-28 17:04 ` Joel Soete
2005-04-28 17:52 ` John David Anglin
2005-04-29 5:25 ` Joel Soete
2005-05-01 14:26 ` Joel Soete [this message]
2005-04-26 19:43 ` Kyle McMartin
[not found] <426A8857.5090702@tiscali.be>
2005-04-23 19:35 ` John David Anglin
2005-04-21 6:39 Joel Soete
2005-04-22 6:36 ` Grant Grundler
2005-04-22 16:04 ` Joel Soete
2005-04-23 6:31 ` Grant Grundler
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=4274E731.6080207@tiscali.be \
--to=soete.joel@tiscali.be \
--cc=dave@hiauly1.hia.nrc.ca \
--cc=parisc-linux@lists.parisc-linux.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