Re: [PATCH]: grub: Fix sparc64 setjmp implementation, update grub_setjmp() attributes.

2009-04-01 Thread David Miller
From: Robert Millan Date: Wed, 1 Apr 2009 15:01:11 +0200 > On Wed, Apr 01, 2009 at 01:17:40AM -0700, David Miller wrote: > > From: "Yoshinori K. Okuji" > > Date: Sat, 28 Mar 2009 23:34:25 +0900 > > > > > On Saturday 28 March 2009 22:39:48 Robert Millan wrote: > > > > Unless there's someone else

Re: [PATCH]: grub: Fix sparc64 setjmp implementation, update grub_setjmp() attributes.

2009-04-01 Thread David Miller
From: "Yoshinori K. Okuji" Date: Wed, 1 Apr 2009 22:59:03 +0900 > David, I can give you a permission, if you tell me your account on Savannah. It is simply "davem" ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/g

Re: [PATCH]: grub: Fix sparc64 setjmp implementation, update grub_setjmp() attributes.

2009-04-01 Thread Yoshinori K. Okuji
On Wednesday 01 April 2009 22:01:11 Robert Millan wrote: > On Wed, Apr 01, 2009 at 01:17:40AM -0700, David Miller wrote: > > From: "Yoshinori K. Okuji" > > Date: Sat, 28 Mar 2009 23:34:25 +0900 > > > > > On Saturday 28 March 2009 22:39:48 Robert Millan wrote: > > > > Unless there's someone else in

Re: [PATCH]: grub: Fix sparc64 setjmp implementation, update grub_setjmp() attributes.

2009-04-01 Thread Robert Millan
On Wed, Apr 01, 2009 at 01:17:40AM -0700, David Miller wrote: > From: "Yoshinori K. Okuji" > Date: Sat, 28 Mar 2009 23:34:25 +0900 > > > On Saturday 28 March 2009 22:39:48 Robert Millan wrote: > > > Unless there's someone else in the list who is knowledgeable about sparc > > > assembly and is goi

Re: [PATCH]: grub: Fix sparc64 setjmp implementation, update grub_setjmp() attributes.

2009-04-01 Thread David Miller
From: "Yoshinori K. Okuji" Date: Sat, 28 Mar 2009 23:34:25 +0900 > On Saturday 28 March 2009 22:39:48 Robert Millan wrote: > > Unless there's someone else in the list who is knowledgeable about sparc > > assembly and is going to review this part of David's patch, I'm going to > > assume it's fine

Re: [PATCH]: grub: Fix sparc64 setjmp implementation, update grub_setjmp() attributes.

2009-03-28 Thread Yoshinori K. Okuji
On Saturday 28 March 2009 22:39:48 Robert Millan wrote: > On Wed, Mar 25, 2009 at 09:13:52PM -0700, David Miller wrote: > > The FSF has received my copyright assignment paperwork so I'm starting > > to feed fresh copies of my sparc64 changes. > > > > Here, we fix the setjmp assembler implementation

Re: [PATCH]: grub: Fix sparc64 setjmp implementation, update grub_setjmp() attributes.

2009-03-28 Thread Robert Millan
On Wed, Mar 25, 2009 at 09:13:52PM -0700, David Miller wrote: > > The FSF has received my copyright assignment paperwork so I'm starting > to feed fresh copies of my sparc64 changes. > > Here, we fix the setjmp assembler implementation for sparc64 and also > we fix all of the grub_setjmp declarat

[PATCH]: grub: Fix sparc64 setjmp implementation, update grub_setjmp() attributes.

2009-03-25 Thread David Miller
The FSF has received my copyright assignment paperwork so I'm starting to feed fresh copies of my sparc64 changes. Here, we fix the setjmp assembler implementation for sparc64 and also we fix all of the grub_setjmp declarations to have the proper "returns_twice" attribute. For normal "setjmp" GC