All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos
       [not found] <20040128060516.492DE4941AA@palinux.hppa>
@ 2004-01-28 14:00 ` Joel Soete
  2004-01-28 23:11   ` Carlos O'Donell
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Soete @ 2004-01-28 14:00 UTC (permalink / raw)
  To: parisc-linux

Hi all,

This boot fine on the b180 (32bit kernel), the b2k (32bit kernel only even
with CONFIG_PA20 is Ok but failed with 64bit kernel?) and N4000-55 (same
64bit kernel  build with my own kgcc-3.3.3 :)).

Any way this last test set aside any pb with _my_ gcc compiler :).

Congratulation to all,
    Joel

>-- Original Message --
>To: parisc-linux-cvs@lists.parisc-linux.org
>Date: Tue, 27 Jan 2004 23:05:16 -0700 (MST)
>From: carlos@parisc-linux.org (Carlos O'Donell)
>Reply-To: parisc-linux@lists.parisc-linux.org
>Subject: [parisc-linux-cvs] linux-2.6 carlos
>
>
>CVSROOT:	/var/cvs
Module name:	linux-2.6
Changes by:	carlos	04/01/27 23:05:15

Modified files:
	.              : Makefile 

Log message:
Builds and boots on my A500 (64-bit), builds in 32-bit mode aswell (e.g.
no CONFIG_COMPAT)

_____________
>_________________________________
parisc-linux-cvs mailing list
parisc-linux-cvs@lists.parisc-linux.org
http://lists.parisc-linux.org/mailman/listinfo/parisc-linux-cvs



-------------------------------------------------------------------------
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] 10+ messages in thread

* Re: [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos
  2004-01-28 14:00 ` [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos Joel Soete
@ 2004-01-28 23:11   ` Carlos O'Donell
  2004-01-29  7:28     ` Joel Soete
  0 siblings, 1 reply; 10+ messages in thread
From: Carlos O'Donell @ 2004-01-28 23:11 UTC (permalink / raw)
  To: Joel Soete; +Cc: parisc-linux

On Wed, Jan 28, 2004 at 03:00:48PM +0100, Joel Soete wrote:
> Hi all,
> 
> This boot fine on the b180 (32bit kernel), the b2k (32bit kernel only even
> with CONFIG_PA20 is Ok but failed with 64bit kernel?) and N4000-55 (same
> 64bit kernel  build with my own kgcc-3.3.3 :)).
> 
> Any way this last test set aside any pb with _my_ gcc compiler :).

Undo the patch, rebuild, and see if it still fails?
Could you explain more about the failure?

c.

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

* Re: [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos
  2004-01-28 23:11   ` Carlos O'Donell
@ 2004-01-29  7:28     ` Joel Soete
  2004-01-29  9:25       ` Joel Soete
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Soete @ 2004-01-29  7:28 UTC (permalink / raw)
  To: Carlos O'Donell; +Cc: parisc-linux


>> Any way this last test set aside any pb with _my_ gcc compiler :).
>
>Undo the patch, rebuild, and see if it still fails?

I don't think it has any relation with any patch: since my first test of
2.6 I always reach to boot a 32bit kernel but never a 64bit kernel on this
b2k (that is why I hesitate a long time before trying this on the N because
suspecting a compiler pb)

>Could you explain more about the failure?

Well the pb is easy to easy:
the last messages the palo banner advising: "... If this is the last message
you see ..." then the kernel do very early a hpmc. I so try to get piminfo
but everything seems to point out of kernel :(. I so try to add some printk()
just at begining of init() (in init/main.c just before lock_kernel()) but
it seems to not even reach this point (but not quiet sure that it is a relevant
place for printk() ). 
So I suspect a pb in very early boot into head64.S or vmlinux.lds.S but here
I could insert printk() ?

Any idea?

Thanks for attention,
    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

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

* Re: [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos
  2004-01-29  7:28     ` Joel Soete
@ 2004-01-29  9:25       ` Joel Soete
  2004-02-01  0:40         ` [parisc-linux] About 2.6 64bit on b2k? Joel Soete
  2004-02-01 20:05         ` [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos Randolph Chung
  0 siblings, 2 replies; 10+ messages in thread
From: Joel Soete @ 2004-01-29  9:25 UTC (permalink / raw)
  To: Carlos O'Donell; +Cc: James Bottomley, parisc-linux


>>Could you explain more about the failure?
>
>Well the pb is easy to decribe:
>the last messages the palo banner advising: "... If this is the last message
>you see ..." then the kernel do very early a hpmc. I so try to get piminfo
>but everything seems to point out of kernel :(. I so try to add some printk()
>just at begining of init() (in init/main.c just before lock_kernel()) but
>it seems to not even reach this point (but not quiet sure that it is a relevant
>place for printk() ). 

seems Ok :)

>So I suspect a pb in very early boot into head64.S or vmlinux.lds.S but
here
>I could insert printk() ?

Sorry for auto-reply but my suspicious was right: I just revert this patch:
===================================================================
RCS file: /var/lib/cvs/linux-2.5/arch/parisc/kernel/head64.S,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- linux-2.5/arch/parisc/kernel/head64.S	2002/12/24 22:15:01	1.1.2.1
+++ linux-2.5/arch/parisc/kernel/head64.S	2003/01/14 13:08:03	1.1.2.2
@@ -176,7 +176,9 @@
 #endif /* CONFIG_SMP */
 
 	/* Save the rfi target address */
-	std		%r11,  TASK_PT_GR11-TASK_SZ_ALGN(%sp)
+	ldo		-THREAD_SZ_ALGN(%sp), %r1
+	ldd		TI_TASK(%r1), %r1
+	std		%r11,  TASK_PT_GR11(%r1)
 
 #ifndef CONFIG_PDC_NARROW
 	/* Switch to wide mode; Superdome doesn't support narrow PDC
@@ -206,7 +208,9 @@
 
 stext_pdc_ret:
 	/* restore rfi target address*/
-	ldd		TASK_PT_GR11-TASK_SZ_ALGN(%sp), %r11
+	ldo		-THREAD_SZ_ALGN(%sp), %r1
+	ldd		TI_TASK(%r1), %r1
+	ldd		TASK_PT_GR11(%r1), %r11
 
 	/* PARANOID: clear user scratch/user space SR's */
 	mtsp	%r0,%sr0
@@ -310,7 +314,7 @@
 	load32		PA(smp_init_current_idle_task),%sp
 	ldd		0(%sp),%sp	/* load task address */
 	mtctl           %sp,%cr30       /* store in cr30 */
-	ldo             TASK_SZ_ALGN(%sp),%sp
+	ldo             THREAD_SZ_ALGN(%sp),%sp
 	tophys_r1       %sp
 
 	/* point CPU to kernel page tables */
=========><=========

and now it boots well but I am very not able to fix it correctly :(.

hth.

Thanks again,
    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

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

* [parisc-linux] About 2.6 64bit on b2k?
  2004-01-29  9:25       ` Joel Soete
@ 2004-02-01  0:40         ` Joel Soete
  2004-02-01  5:00           ` Grant Grundler
  2004-02-01 20:05         ` [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos Randolph Chung
  1 sibling, 1 reply; 10+ messages in thread
From: Joel Soete @ 2004-02-01  0:40 UTC (permalink / raw)
  Cc: parisc-linux

Hi all,

About this :
> 
> Sorry for auto-reply but my suspicious was right: I just revert this patch:
> ===================================================================
> RCS file: /var/lib/cvs/linux-2.5/arch/parisc/kernel/head64.S,v
> retrieving revision 1.1.2.1
> retrieving revision 1.1.2.2
> diff -u -r1.1.2.1 -r1.1.2.2
> --- linux-2.5/arch/parisc/kernel/head64.S	2002/12/24 22:15:01	1.1.2.1
> +++ linux-2.5/arch/parisc/kernel/head64.S	2003/01/14 13:08:03	1.1.2.2
> @@ -176,7 +176,9 @@
>  #endif /* CONFIG_SMP */
>  
>  	/* Save the rfi target address */
> -	std		%r11,  TASK_PT_GR11-TASK_SZ_ALGN(%sp)
> +	ldo		-THREAD_SZ_ALGN(%sp), %r1
> +	ldd		TI_TASK(%r1), %r1
> +	std		%r11,  TASK_PT_GR11(%r1)
>  
>  #ifndef CONFIG_PDC_NARROW
>  	/* Switch to wide mode; Superdome doesn't support narrow PDC
> @@ -206,7 +208,9 @@
>  
>  stext_pdc_ret:
>  	/* restore rfi target address*/
> -	ldd		TASK_PT_GR11-TASK_SZ_ALGN(%sp), %r11
> +	ldo		-THREAD_SZ_ALGN(%sp), %r1
> +	ldd		TI_TASK(%r1), %r1
> +	ldd		TASK_PT_GR11(%r1), %r11
>  
>  	/* PARANOID: clear user scratch/user space SR's */
>  	mtsp	%r0,%sr0
> @@ -310,7 +314,7 @@
>  	load32		PA(smp_init_current_idle_task),%sp
>  	ldd		0(%sp),%sp	/* load task address */
>  	mtctl           %sp,%cr30       /* store in cr30 */
> -	ldo             TASK_SZ_ALGN(%sp),%sp
> +	ldo             THREAD_SZ_ALGN(%sp),%sp
>  	tophys_r1       %sp
>  
>  	/* point CPU to kernel page tables */
> =========><=========
> 
> and now it boots well but I am very not able to fix it correctly :(.
> 
> hth.
> 
I don't understand why it works on c3k and not on b2k. Could it be because by b2k has only 256k of physical ram?

Also, I notice that in head64.S there aren't .import like:
[snip]
         .import init_thread_union,data
         .import $global$                /* forward declaration */
         .import fault_vector_11,code    /* IVA parisc 1.1 32 bit */
         .import fault_vector_20,code    /* IVA parisc 2.0 32 bit */

[snip]

as in its 32bit brother head.S

I don't yet find the meaning of '.import' but just in case ;)

hth,
	Joel

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

* Re: [parisc-linux] About 2.6 64bit on b2k?
  2004-02-01  0:40         ` [parisc-linux] About 2.6 64bit on b2k? Joel Soete
@ 2004-02-01  5:00           ` Grant Grundler
  2004-02-01 12:18             ` Joel Soete
  0 siblings, 1 reply; 10+ messages in thread
From: Grant Grundler @ 2004-02-01  5:00 UTC (permalink / raw)
  To: Joel Soete; +Cc: parisc-linux

On Sun, Feb 01, 2004 at 12:40:51AM +0000, Joel Soete wrote:
> I don't understand why it works on c3k and not on b2k.
> Could it be because by b2k has only 256k of physical ram?

No. And you meant 256MB.
But c3k and b2k both supported the same DIMMs originally (128 and 256MB
DIMMS). Minimum mem possible was thus 128MB and I thought 256MB was
the minimum shipped with each box.

Sorry - I don't know why reverting that diff matters.

> Also, I notice that in head64.S there aren't .import like:
> [snip]
>         .import init_thread_union,data
>         .import $global$                /* forward declaration */
>         .import fault_vector_11,code    /* IVA parisc 1.1 32 bit */
>         .import fault_vector_20,code    /* IVA parisc 2.0 32 bit */
> [snip]
> 
> as in its 32bit brother head.S

head64.S only runs wide mode on PA20 HW.
No need for any PA11 or narrow mode code.
Look in the Makefile and see when head64.o is linked in.
Then you'll *SMACK* yourself on the forehead and say "DOH!" :^)


> I don't yet find the meaning of '.import' but just in case ;)

AFAIK, it's just telling the assembler where to expect global symbols.

grant

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

* Re: [parisc-linux] About 2.6 64bit on b2k?
  2004-02-01  5:00           ` Grant Grundler
@ 2004-02-01 12:18             ` Joel Soete
  0 siblings, 0 replies; 10+ messages in thread
From: Joel Soete @ 2004-02-01 12:18 UTC (permalink / raw)
  To: Grant Grundler; +Cc: parisc-linux

HI Grant,


Grant Grundler wrote:
> On Sun, Feb 01, 2004 at 12:40:51AM +0000, Joel Soete wrote:
> 
>>I don't understand why it works on c3k and not on b2k.
>>Could it be because by b2k has only 256k of physical ram?
> 
> 
> No. And you meant 256MB.
Oops yes :)

> But c3k and b2k both supported the same DIMMs originally (128 and 256MB
> DIMMS). Minimum mem possible was thus 128MB and I thought 256MB was
> the minimum shipped with each box.
> 
> Sorry - I don't know why reverting that diff matters.
> 
Not more, I will try to objdump the two head64.o and see what the diff?

> 
>>Also, I notice that in head64.S there aren't .import like:
>>[snip]
>>        .import init_thread_union,data
>>        .import $global$                /* forward declaration */
>>        .import fault_vector_11,code    /* IVA parisc 1.1 32 bit */
>>        .import fault_vector_20,code    /* IVA parisc 2.0 32 bit */
>>[snip]
>>
>>as in its 32bit brother head.S
> 
> 
> head64.S only runs wide mode on PA20 HW.
> No need for any PA11 or narrow mode code.
I understand that but less '.import init_thread_union,data' when
[snip]
         /* And the stack pointer too */
         load32          PA(init_thread_union+THREAD_SZ_ALGN),%sp

[snip]
(never the less in the working 2.4 it was the same, so I trust that the problem is very well in the computed pointers?
But I don't have material right now to check ;) )
I am also curious to revert patch on the N (on which the patch works)?

> Look in the Makefile and see when head64.o is linked in.
> Then you'll *SMACK* yourself on the forehead and say "DOH!" :^)
> 
> 
> 
>>I don't yet find the meaning of '.import' but just in case ;)
> 
> 
> AFAIK, it's just telling the assembler where to expect global symbols.
> 
> grant
> 
Many thanks,
	Joel

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

* Re: [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos
  2004-01-29  9:25       ` Joel Soete
  2004-02-01  0:40         ` [parisc-linux] About 2.6 64bit on b2k? Joel Soete
@ 2004-02-01 20:05         ` Randolph Chung
  2004-02-02 10:25           ` Joel Soete
  1 sibling, 1 reply; 10+ messages in thread
From: Randolph Chung @ 2004-02-01 20:05 UTC (permalink / raw)
  To: Joel Soete; +Cc: James Bottomley, Carlos O'Donell, parisc-linux

> Sorry for auto-reply but my suspicious was right: I just revert this patch:

can you try this one instead?

randolph

Index: arch/parisc/kernel/head64.S
===================================================================
RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/head64.S,v
retrieving revision 1.3
diff -u -p -r1.3 head64.S
--- arch/parisc/kernel/head64.S 17 Jan 2004 15:00:32 -0000      1.3
+++ arch/parisc/kernel/head64.S 1 Feb 2004 18:09:13 -0000
@@ -165,8 +165,7 @@ common_stext:
 #endif /* CONFIG_SMP */

        /* Save the rfi target address */
-       ldo             -THREAD_SZ_ALGN(%sp), %r1
-       ldd             TI_TASK(%r1), %r1
+       ldd             TI_TASK-THREAD_SZ_ALGN(%sp), %r1
        std             %r11,  TASK_PT_GR11(%r1)

 #ifndef CONFIG_PDC_NARROW
@@ -301,7 +300,8 @@ smp_slave_stext:

        /*  Initialize the SP - monarch sets up smp_init_current_idle_task */
        load32          PA(smp_init_current_idle_task),%sp
-       ldd             0(%sp),%sp      /* load task address */
+       ldd             0(%sp),%sp      /* load thread_info address */
+       ldd             TASK_THREAD_INFO(%sp), %sp
        mtctl           %sp,%cr30       /* store in cr30 */
        ldo             THREAD_SZ_ALGN(%sp),%sp
        tophys_r1       %sp

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

* Re: [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos
  2004-02-01 20:05         ` [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos Randolph Chung
@ 2004-02-02 10:25           ` Joel Soete
  2004-02-02 17:50             ` Joel Soete
  0 siblings, 1 reply; 10+ messages in thread
From: Joel Soete @ 2004-02-02 10:25 UTC (permalink / raw)
  To: Randolph Chung; +Cc: James Bottomley, Carlos O'Donell, parisc-linux

Hi Randolph,

Very sorry but it doesn't works :( 
(Sorry also if I couldn't help more: my knowledge of kernel internals is
still too limited :( )

Thanks for your attention,
    Joel


>-- Original Message --
>Date: Sun, 1 Feb 2004 12:05:40 -0800
>From: Randolph Chung <randolph@tausq.org>
>To: Joel Soete <soete.joel@tiscali.be>
>Cc: Carlos O'Donell <carlos@baldric.uwo.ca>,
>	James Bottomley <James.Bottomley@steeleye.com>,
>	parisc-linux@lists.parisc-linux.org
>Reply-To: Randolph Chung <randolph@tausq.org>
>Subject: Re: [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos
>
>
>> Sorry for auto-reply but my suspicious was right: I just revert this patch:

can you try this one instead?

randolph

Index: arch/parisc/kernel/head64.S
===================================================================
RCS file: /var/cvs/li
>ux-2.6/arch/parisc/kernel/head64.S,v
retrieving revision 1.3
diff -u -p -r1.3 head64.S
--- arch/parisc/kernel/head64.S 17 Jan 2004 15:00:32 -0000      1.3
+++ arch/parisc/kernel/head64.S 1 Feb 2004 18:09:13 -0000
@@ -165,8 +165,7 @@ common_stext:

> #endif /* CONFIG_SMP */

        /* Save the rfi target address */
-       ldo             -THREAD_SZ_ALGN(%sp), %r1
-       ldd             TI_TASK(%r1), %r1
+       ldd             TI_TASK-THREAD_SZ_ALGN(%sp), %r1
        std             %r11,
> TASK_PT_GR11(%r1)

 #ifndef CONFIG_PDC_NARROW
@@ -301,7 +300,8 @@ smp_slave_stext:

        /*  Initialize the SP - monarch sets up smp_init_current_idle_task
*/
        load32          PA(smp_init_current_idle_task),%sp
-       ldd            
>0(%sp),%sp      /* load task address */
+       ldd             0(%sp),%sp      /* load thread_info address */
+       ldd             TASK_THREAD_INFO(%sp), %sp
        mtctl           %sp,%cr30       /* store in cr30 */
        ldo             TH
>EAD_SZ_ALGN(%sp),%sp
        tophys_r1       %sp



-------------------------------------------------------------------------
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] 10+ messages in thread

* Re: [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos
  2004-02-02 10:25           ` Joel Soete
@ 2004-02-02 17:50             ` Joel Soete
  0 siblings, 0 replies; 10+ messages in thread
From: Joel Soete @ 2004-02-02 17:50 UTC (permalink / raw)
  To: Randolph Chung; +Cc: James Bottomley, Carlos O'Donell, parisc-linux

Hi Randolph,

Very sorry but it doesn't works :( 
(Sorry also if I couldn't help more: my knowledge of kernel internals is
still too limited :( )

Thanks for your attention,
    Joel

PS: btw I try to compare the dump of two .o files:
palx2000:/usr/src/linux-2.6.2-rc2-pa3/arch/parisc/kernel# diff -Nau head64.working.dmp
head64.orig.dmp 
--- head64.working.dmp	2004-02-02 19:39:05.295417088 +0100
+++ head64.orig.dmp	2004-02-02 19:34:56.138294728 +0100
@@ -62,39 +62,43 @@
   cc:	f0 66 0c 00 	depd r6,31,32,r3
   d0:	68 00 00 20 	stw r0,10(r0)
   d4:	68 00 00 50 	stw r0,28(r0)
-  d8:	73 cb 38 31 	std r11,-3e8(sp)
-  dc:	00 00 14 a2 	mfia rp
-  e0:	34 42 00 28 	ldo 14(rp),rp
-  e4:	f4 40 0c 00 	depdi 0,31,32,rp
-  e8:	e8 40 c0 00 	bv r0(rp)
-  ec:	02 00 0d 60 	ssm 200,r0
-  f0:	34 1a 00 2a 	ldi 15,r26
-  f4:	34 19 00 04 	ldi 2,r25
-  f8:	34 18 00 04 	ldi 2,r24
-  fc:	20 40 00 00 	ldil 0,rp
- 100:	34 42 00 00 	ldo 0(rp),rp
- 104:	e8 60 c0 00 	bv r0(r3)
- 108:	08 00 02 57 	copy r0,r23
+  d8:	37 c1 3e 01 	ldo -100(sp),r1
+  dc:	0c 20 10 c1 	ldd 0(,r1),r1
+  e0:	70 2b 0b 30 	std r11,598(r1)
+  e4:	00 00 14 a2 	mfia rp
+  e8:	34 42 00 28 	ldo 14(rp),rp
+  ec:	f4 40 0c 00 	depdi 0,31,32,rp
+  f0:	e8 40 c0 00 	bv r0(rp)
+  f4:	02 00 0d 60 	ssm 200,r0
+  f8:	34 1a 00 2a 	ldi 15,r26
+  fc:	34 19 00 04 	ldi 2,r25
+ 100:	34 18 00 04 	ldi 2,r24
+ 104:	20 40 00 00 	ldil 0,rp
+ 108:	34 42 00 00 	ldo 0(rp),rp
+ 10c:	e8 60 c0 00 	bv r0(r3)
+ 110:	08 00 02 57 	copy r0,r23
 
-000000000000010c <stext_pdc_ret>:
- 10c:	53 cb 38 31 	ldd -3e8(sp),r11
- 110:	00 00 18 20 	mtsp r0,sr0
- 114:	00 00 58 20 	mtsp r0,sr1
- 118:	00 00 98 20 	mtsp r0,sr2
- 11c:	00 00 d8 20 	mtsp r0,sr3
- 120:	01 00 18 40 	mtctl r0,pidr1
- 124:	01 20 18 40 	mtctl r0,pidr2
- 128:	01 80 18 40 	mtctl r0,pidr3
- 12c:	01 a0 18 40 	mtctl r0,pidr4
- 130:	20 20 02 00 	ldil 10000000,r1
- 134:	08 3e 06 3e 	add sp,r1,sp
- 138:	23 60 00 00 	ldil 0,dp
- 13c:	37 7b 00 00 	ldo 0(dp),dp
- 140:	21 40 00 00 	ldil 0,r10
- 144:	35 4a 00 00 	ldo 0(r10),r10
- 148:	01 ca 18 40 	mtctl r10,iva
- 14c:	e8 00 01 58 	b,l 200 <aligned_rfi>,r0
- 150:	08 00 02 40 	nop
+0000000000000114 <stext_pdc_ret>:
+ 114:	37 c1 3e 01 	ldo -100(sp),r1
+ 118:	0c 20 10 c1 	ldd 0(,r1),r1
+ 11c:	50 2b 0b 30 	ldd 598(r1),r11
+ 120:	00 00 18 20 	mtsp r0,sr0
+ 124:	00 00 58 20 	mtsp r0,sr1
+ 128:	00 00 98 20 	mtsp r0,sr2
+ 12c:	00 00 d8 20 	mtsp r0,sr3
+ 130:	01 00 18 40 	mtctl r0,pidr1
+ 134:	01 20 18 40 	mtctl r0,pidr2
+ 138:	01 80 18 40 	mtctl r0,pidr3
+ 13c:	01 a0 18 40 	mtctl r0,pidr4
+ 140:	20 20 02 00 	ldil 10000000,r1
+ 144:	08 3e 06 3e 	add sp,r1,sp
+ 148:	23 60 00 00 	ldil 0,dp
+ 14c:	37 7b 00 00 	ldo 0(dp),dp
+ 150:	21 40 00 00 	ldil 0,r10
+ 154:	35 4a 00 00 	ldo 0(r10),r10
+ 158:	01 ca 18 40 	mtctl r10,iva
+ 15c:	e8 00 01 38 	b,l 200 <aligned_rfi>,r0
+ 160:	08 00 02 40 	nop
 	...
 
 0000000000000200 <aligned_rfi>:
=========><=========

head64.working.dmp being the one which working (ie with mentioned reverted
patch)

head64.orig.dmp being the cvs one.

Do you noticed compiler error?

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

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

end of thread, other threads:[~2004-02-02 18:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20040128060516.492DE4941AA@palinux.hppa>
2004-01-28 14:00 ` [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos Joel Soete
2004-01-28 23:11   ` Carlos O'Donell
2004-01-29  7:28     ` Joel Soete
2004-01-29  9:25       ` Joel Soete
2004-02-01  0:40         ` [parisc-linux] About 2.6 64bit on b2k? Joel Soete
2004-02-01  5:00           ` Grant Grundler
2004-02-01 12:18             ` Joel Soete
2004-02-01 20:05         ` [parisc-linux] RE: [parisc-linux-cvs] linux-2.6 carlos Randolph Chung
2004-02-02 10:25           ` Joel Soete
2004-02-02 17:50             ` Joel Soete

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.