Re: [PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2008-01-03 Thread Jesper Nilsson
On Sat, Dec 22, 2007 at 09:37:17AM +0100, Sam Ravnborg wrote: > Hi Jesper. > > > __initramfs_end = .; > > - /* We fill to the next page, so we can discard all init > > - pages without needing to consider what payload might be > > - appended to the

Re: [PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2008-01-03 Thread Jesper Nilsson
On Sat, Dec 22, 2007 at 09:37:17AM +0100, Sam Ravnborg wrote: Hi Jesper. __initramfs_end = .; - /* We fill to the next page, so we can discard all init - pages without needing to consider what payload might be - appended to the kernel

Re: [PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2007-12-22 Thread Sam Ravnborg
Hi Jesper. > __initramfs_end = .; > - /* We fill to the next page, so we can discard all init > -pages without needing to consider what payload might be > -appended to the kernel image. */ > - FILL (0); > - . =

Re: [PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2007-12-22 Thread Sam Ravnborg
Hi Jesper. __initramfs_end = .; - /* We fill to the next page, so we can discard all init -pages without needing to consider what payload might be -appended to the kernel image. */ - FILL (0); - . = ALIGN

Re: [PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2007-12-21 Thread Jesper Nilsson
Argh. Not my day, hopefully this is the last revision of the patch. Best regards, /Jesper diff --git a/arch/cris/arch-v10/vmlinux.lds.S b/arch/cris/arch-v10/vmlinux.lds.S index 9859d49..2afe1bd 100644 --- a/arch/cris/arch-v10/vmlinux.lds.S +++ b/arch/cris/arch-v10/vmlinux.lds.S @@ -23,7 +23,7

Re: [PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2007-12-21 Thread Jesper Nilsson
...and of course I got a spurious "_" pasted into INITCALLS. Argh. Corrected patch below. diff --git a/arch/cris/arch-v10/vmlinux.lds.S b/arch/cris/arch-v10/vmlinux.lds.S index 9859d49..ac98b2a 100644 --- a/arch/cris/arch-v10/vmlinux.lds.S +++ b/arch/cris/arch-v10/vmlinux.lds.S @@ -23,7 +23,7 @@

Re: [PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2007-12-21 Thread Jesper Nilsson
On Sat, Dec 15, 2007 at 02:59:33PM +0900, Yuusei KUWANA wrote: > arch/cris/arch-v10/vmlinux.lds.S > fix boot problem > * too old initcall style. replace INITCALLS macro > * __init_begin, __init_end move for free_initmem() Hi, The conversion to INITCALLS is ok (I have the same change here), but

Re: [PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2007-12-21 Thread Jesper Nilsson
On Sat, Dec 15, 2007 at 02:59:33PM +0900, Yuusei KUWANA wrote: arch/cris/arch-v10/vmlinux.lds.S fix boot problem * too old initcall style. replace INITCALLS macro * __init_begin, __init_end move for free_initmem() Hi, The conversion to INITCALLS is ok (I have the same change here), but I'm

Re: [PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2007-12-21 Thread Jesper Nilsson
...and of course I got a spurious _ pasted into INITCALLS. Argh. Corrected patch below. diff --git a/arch/cris/arch-v10/vmlinux.lds.S b/arch/cris/arch-v10/vmlinux.lds.S index 9859d49..ac98b2a 100644 --- a/arch/cris/arch-v10/vmlinux.lds.S +++ b/arch/cris/arch-v10/vmlinux.lds.S @@ -23,7 +23,7 @@

Re: [PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2007-12-21 Thread Jesper Nilsson
Argh. Not my day, hopefully this is the last revision of the patch. Best regards, /Jesper diff --git a/arch/cris/arch-v10/vmlinux.lds.S b/arch/cris/arch-v10/vmlinux.lds.S index 9859d49..2afe1bd 100644 --- a/arch/cris/arch-v10/vmlinux.lds.S +++ b/arch/cris/arch-v10/vmlinux.lds.S @@ -23,7 +23,7

[PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2007-12-14 Thread Yuusei KUWANA
arch/cris/arch-v10/vmlinux.lds.S fix boot problem * too old initcall style. replace INITCALLS macro * __init_begin, __init_end move for free_initmem() Note: with this patch kernel boot and mount root, but after init done, kernel panic at do_signal() ... ryu Signed-off-by: Yuusei KUWANA

[PATCH] arch/cris/arch-v10/vmlinux.lds.S fix boot problem

2007-12-14 Thread Yuusei KUWANA
arch/cris/arch-v10/vmlinux.lds.S fix boot problem * too old initcall style. replace INITCALLS macro * __init_begin, __init_end move for free_initmem() Note: with this patch kernel boot and mount root, but after init done, kernel panic at do_signal() ... ryu Signed-off-by: Yuusei KUWANA