All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] 2.4.23 some tested backport (pgalloc.h)
@ 2003-12-04  9:56 Joel Soete
  2003-12-04 10:20 ` Jan-Benedict Glaw
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Joel Soete @ 2003-12-04  9:56 UTC (permalink / raw)
  To: parisc-linux

[-- Attachment #1: Type: text/plain, Size: 1086 bytes --]

Hi pa,

iirc this a Randolph's patch which I try to backport and test seems ok
=========><=========
--- linux-2.4.23-pa1/include/asm-parisc/pgalloc.h	2003-03-10 08:02:19.000000000
+0100
+++ linux-2.4.23-rc5-pa17/include/asm-parisc/pgalloc.h	2003-12-04 11:06:31.000000000
+0100
@@ -124,8 +124,9 @@
 
 #define flush_icache_page(vma,page)	do { flush_kernel_dcache_page(page_address(page));
flush_kernel_icache_page(page_address(page)); } while (0)
 
-#define flush_icache_user_range(vma, page, addr, len) \
-	flush_user_icache_range(addr, addr + len);
+#define flush_icache_user_range(vma, page, addr, len) do { \
+        flush_user_dcache_range(addr, addr + len); \
+	flush_user_icache_range(addr, addr + len); } while (0)
 
 #define flush_icache_range(s,e)		do { flush_kernel_dcache_range_asm(s,e);
flush_kernel_icache_range_asm(s,e); } while (0)
 
=========><=========

hth,
    Joel


-------------------------------------------------------------------------
Tiscali ADSL: 12 mois à 29,50 €/mois! L'Internet rapide, c'est pour tout
le monde.
http://reg.tiscali.be/default.asp?lg=fr



[-- Attachment #2: include_asm-parisc_pgalloc.h.patch --]
[-- Type: application/octet-stream, Size: 749 bytes --]

--- linux-2.4.23-pa1/include/asm-parisc/pgalloc.h	2003-03-10 08:02:19.000000000 +0100
+++ linux-2.4.23-rc5-pa17/include/asm-parisc/pgalloc.h	2003-12-04 11:06:31.000000000 +0100
@@ -124,8 +124,9 @@
 
 #define flush_icache_page(vma,page)	do { flush_kernel_dcache_page(page_address(page)); flush_kernel_icache_page(page_address(page)); } while (0)
 
-#define flush_icache_user_range(vma, page, addr, len) \
-	flush_user_icache_range(addr, addr + len);
+#define flush_icache_user_range(vma, page, addr, len) do { \
+        flush_user_dcache_range(addr, addr + len); \
+	flush_user_icache_range(addr, addr + len); } while (0)
 
 #define flush_icache_range(s,e)		do { flush_kernel_dcache_range_asm(s,e); flush_kernel_icache_range_asm(s,e); } while (0)
 

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

* Re: [parisc-linux] 2.4.23 some tested backport (pgalloc.h)
  2003-12-04  9:56 [parisc-linux] 2.4.23 some tested backport (pgalloc.h) Joel Soete
@ 2003-12-04 10:20 ` Jan-Benedict Glaw
  2003-12-04 10:38   ` Joel Soete
  2003-12-04 21:00 ` Carlos O'Donell
  2003-12-04 22:04 ` Randolph Chung
  2 siblings, 1 reply; 5+ messages in thread
From: Jan-Benedict Glaw @ 2003-12-04 10:20 UTC (permalink / raw)
  To: parisc-linux

[-- Attachment #1: Type: text/plain, Size: 711 bytes --]

On Thu, 2003-12-04 10:56:08 +0100, Joel Soete <soete.joel@tiscali.be>
wrote in message <3FB25B960000DA45@ocpmta1.freegates.net>:

> --- linux-2.4.23-pa1/include/asm-parisc/pgalloc.h	2003-03-10 08:02:19.000000000
> +0100
> +++ linux-2.4.23-rc5-pa17/include/asm-parisc/pgalloc.h	2003-12-04 11:06:31.000000000
> +0100
> @@ -124,8 +124,9 @@

Your email client horribly mudged this...

MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  einem Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
   ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [parisc-linux] 2.4.23 some tested backport (pgalloc.h)
  2003-12-04 10:20 ` Jan-Benedict Glaw
@ 2003-12-04 10:38   ` Joel Soete
  0 siblings, 0 replies; 5+ messages in thread
From: Joel Soete @ 2003-12-04 10:38 UTC (permalink / raw)
  To: Jan-Benedict Glaw, parisc-linux

Yes, sorry that is a webmail interface pb which I already mentionned to my
ISP helpdesk but they couldn't help?

That is also why I also attatched the patch to help maintainers to apply
it :)

Appologies,
    Joel

>-- Original Message --
>From: Jan-Benedict Glaw <jbglaw@lug-owl.de>
>To: parisc-linux@lists.parisc-linux.org
>Date: Thu, 4 Dec 2003 11:20:39 +0100
>Subject: Re: [parisc-linux] 2.4.23 some tested backport (pgalloc.h)
>
>
>On Thu, 2003-12-04 10:56:08 +0100, Joel Soete <soete.joel@tiscali.be>
wrote in message <3FB25B960000DA45@ocpmta1.freegates.net>:

> --- linux-2.4.23-pa1/include/asm-parisc/pgalloc.h	2003-03-10 08:02:19.000000000
> +0100
> +++ linux-2.4.23-rc5-pa17
>include/asm-parisc/pgalloc.h	2003-12-04 11:06:31.000000000
> +0100
> @@ -124,8 +124,9 @@

Your email client horribly mudged this...

MfG, JBG

-- 
   Jan-Benedict Glaw       jbglaw@lug-owl.de    . +49-172-7608481
   "Eine Freie Meinung in  ei
>em Freien Kopf    | Gegen Zensur | Gegen Krieg
    fuer einen Freien Staat voll Freier Bürger" | im Internet! |   im Irak!
   ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));

>
>Attachment: signature.asc
>


-------------------------------------------------------------------------
Tiscali ADSL: 12 mois à 29,50 €/mois! L'Internet rapide, c'est pour tout
le monde.
http://reg.tiscali.be/default.asp?lg=fr

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

* Re: [parisc-linux] 2.4.23 some tested backport (pgalloc.h)
  2003-12-04  9:56 [parisc-linux] 2.4.23 some tested backport (pgalloc.h) Joel Soete
  2003-12-04 10:20 ` Jan-Benedict Glaw
@ 2003-12-04 21:00 ` Carlos O'Donell
  2003-12-04 22:04 ` Randolph Chung
  2 siblings, 0 replies; 5+ messages in thread
From: Carlos O'Donell @ 2003-12-04 21:00 UTC (permalink / raw)
  To: Joel Soete; +Cc: parisc-linux

On Thu, Dec 04, 2003 at 10:56:08AM +0100, Joel Soete wrote:
> iirc this a Randolph's patch which I try to backport and test seems ok

Testing right now.

c.

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

* Re: [parisc-linux] 2.4.23 some tested backport (pgalloc.h)
  2003-12-04  9:56 [parisc-linux] 2.4.23 some tested backport (pgalloc.h) Joel Soete
  2003-12-04 10:20 ` Jan-Benedict Glaw
  2003-12-04 21:00 ` Carlos O'Donell
@ 2003-12-04 22:04 ` Randolph Chung
  2 siblings, 0 replies; 5+ messages in thread
From: Randolph Chung @ 2003-12-04 22:04 UTC (permalink / raw)
  To: Joel Soete; +Cc: parisc-linux

> iirc this a Randolph's patch which I try to backport and test seems ok

this is not needed in 2.4, and no longer useful in 2.6... no need to
backport.

randolph
-- 
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/

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

end of thread, other threads:[~2003-12-04 22:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-04  9:56 [parisc-linux] 2.4.23 some tested backport (pgalloc.h) Joel Soete
2003-12-04 10:20 ` Jan-Benedict Glaw
2003-12-04 10:38   ` Joel Soete
2003-12-04 21:00 ` Carlos O'Donell
2003-12-04 22:04 ` Randolph Chung

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.