All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix warning in tlbex.c for CONFIG_32BIT
@ 2005-10-05  4:37 David Daney
  2005-10-05 10:53 ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: David Daney @ 2005-10-05  4:37 UTC (permalink / raw)
  To: linux-mips

For 32 bit builds CONFIG_64BIT is not defined.  Should be doing #ifdef 
not #if.

Signed-off-by: David Daney <ddaney@avtrex.com>



diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c
--- a/arch/mips/mm/tlbex.c
+++ b/arch/mips/mm/tlbex.c
@@ -513,7 +513,7 @@ static __init int rel_lo(long val)

  static __init void i_LA_mostly(u32 **buf, unsigned int rs, long addr)
  {
-#if CONFIG_64BIT
+#ifdef CONFIG_64BIT
         if (!in_compat_space_p(addr)) {
                 i_lui(buf, rs, rel_highest(addr));
                 if (rel_higher(addr))

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fix warning in tlbex.c for CONFIG_32BIT
  2005-10-05  4:37 [PATCH] fix warning in tlbex.c for CONFIG_32BIT David Daney
@ 2005-10-05 10:53 ` Ralf Baechle
  2005-10-05 15:48   ` David Daney
  0 siblings, 1 reply; 4+ messages in thread
From: Ralf Baechle @ 2005-10-05 10:53 UTC (permalink / raw)
  To: David Daney; +Cc: linux-mips

On Tue, Oct 04, 2005 at 09:37:02PM -0700, David Daney wrote:
> Date:	Tue, 04 Oct 2005 21:37:02 -0700
> From:	David Daney <ddaney@avtrex.com>
> To:	linux-mips@linux-mips.org
> Subject: [PATCH] fix warning in tlbex.c for CONFIG_32BIT
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
                                                ^^^^^^^^^^^^^

Applied - BUT: your mailer garbles patches ...

  Ralf

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fix warning in tlbex.c for CONFIG_32BIT
  2005-10-05 10:53 ` Ralf Baechle
@ 2005-10-05 15:48   ` David Daney
  2005-10-05 17:17     ` Ralf Baechle
  0 siblings, 1 reply; 4+ messages in thread
From: David Daney @ 2005-10-05 15:48 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

Ralf Baechle wrote:
> On Tue, Oct 04, 2005 at 09:37:02PM -0700, David Daney wrote:
> 
>>Date:	Tue, 04 Oct 2005 21:37:02 -0700
>>From:	David Daney <ddaney@avtrex.com>
>>To:	linux-mips@linux-mips.org
>>Subject: [PATCH] fix warning in tlbex.c for CONFIG_32BIT
>>Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> 
>                                                 ^^^^^^^^^^^^^
> 
> Applied - BUT: your mailer garbles patches ...
> 

Some people on this list are quite adamant that patches be in-line.

I was trying to see how my mailer (Thunderbird) handled this.  Obviously 
  (in hindsight) it screws things up.

Sending as an attachment works well except some mailers (Not 
Thunderbird) cannot quote attached patches with out jumping through hoops.

I don't really want to change the mailer that I am using, so I am in a 
bit of a bind WRT submitting patches here.

FWIW other mailing lists (binutils, gcc) don't seem to have the same 
trouble with attached patches.

David Daney

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fix warning in tlbex.c for CONFIG_32BIT
  2005-10-05 15:48   ` David Daney
@ 2005-10-05 17:17     ` Ralf Baechle
  0 siblings, 0 replies; 4+ messages in thread
From: Ralf Baechle @ 2005-10-05 17:17 UTC (permalink / raw)
  To: David Daney; +Cc: linux-mips

On Wed, Oct 05, 2005 at 08:48:02AM -0700, David Daney wrote:

> Some people on this list are quite adamant that patches be in-line.
> 
> I was trying to see how my mailer (Thunderbird) handled this.  Obviously 
>  (in hindsight) it screws things up.
> 
> Sending as an attachment works well except some mailers (Not 
> Thunderbird) cannot quote attached patches with out jumping through hoops.
> 
> I don't really want to change the mailer that I am using, so I am in a 
> bit of a bind WRT submitting patches here.
> 
> FWIW other mailing lists (binutils, gcc) don't seem to have the same 
> trouble with attached patches.

Maybe a different style of work there.  The submission style we're asking
people to follow here is exactly the same as on linux-kernel, netdev or
other kernel-related lists.

I just asked somebody; this is the answer I got:

<snip>
  I have never had any luck getting mailers to send patches in a way that
  no one complained about. In the end, I used this
  http://www.speakeasy.org/~pj99/sgi/sendpatchset

  I found the best way is to have a directory with patches like
  001_part1.patch, 002_part2.patch etc with matching explainations in
  001_part1.mail 002_part2.mail . I have a script that generates the final
  mails and feeds them to sendpatchset
<snip>

The script may not be what you want but I guess I'll be something like it
to deal with the huge patchsets I'm sometimes fiddling with - like the
452 patch monster right now ...

  Ralf

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-05 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-05  4:37 [PATCH] fix warning in tlbex.c for CONFIG_32BIT David Daney
2005-10-05 10:53 ` Ralf Baechle
2005-10-05 15:48   ` David Daney
2005-10-05 17:17     ` Ralf Baechle

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.