Re: [PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-23 Thread Geert Uytterhoeven
On Tue, 18 Dec 2007, Andrew Morton wrote: > On Tue, 18 Dec 2007 20:52:07 +0100 (CET) Geert Uytterhoeven <[EMAIL > PROTECTED]> wrote: > > On Tue, 18 Dec 2007, Andrew Morton wrote: > > > On Sun, 16 Dec 2007 11:51:00 +0100 (CET) Geert Uytterhoeven <[EMAIL > > > PROTECTED]> wrote: > > > > On recent

Re: [PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-23 Thread Geert Uytterhoeven
On Tue, 18 Dec 2007, Andrew Morton wrote: On Tue, 18 Dec 2007 20:52:07 +0100 (CET) Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Tue, 18 Dec 2007, Andrew Morton wrote: On Sun, 16 Dec 2007 11:51:00 +0100 (CET) Geert Uytterhoeven [EMAIL PROTECTED] wrote: On recent kernels, I get the

Re: [PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-18 Thread Andrew Morton
On Tue, 18 Dec 2007 20:52:07 +0100 (CET) Geert Uytterhoeven <[EMAIL PROTECTED]> wrote: > On Tue, 18 Dec 2007, Andrew Morton wrote: > > On Sun, 16 Dec 2007 11:51:00 +0100 (CET) Geert Uytterhoeven <[EMAIL > > PROTECTED]> wrote: > > > On recent kernels, I get the following error when using an

Re: [PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-18 Thread Geert Uytterhoeven
On Tue, 18 Dec 2007, Andrew Morton wrote: > On Sun, 16 Dec 2007 11:51:00 +0100 (CET) Geert Uytterhoeven <[EMAIL > PROTECTED]> wrote: > > On recent kernels, I get the following error when using an initrd: > > > > | initrd overwritten (0x00b78000 < 0x07668000) - disabling it. > > > > My Amiga

Re: [PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-18 Thread Andrew Morton
On Sun, 16 Dec 2007 11:51:00 +0100 (CET) Geert Uytterhoeven <[EMAIL PROTECTED]> wrote: > On recent kernels, I get the following error when using an initrd: > > | initrd overwritten (0x00b78000 < 0x07668000) - disabling it. > > My Amiga 4000 has 12 MiB of RAM at physical address 0x0740

Re: [PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-18 Thread Andrew Morton
On Sun, 16 Dec 2007 11:51:00 +0100 (CET) Geert Uytterhoeven [EMAIL PROTECTED] wrote: On recent kernels, I get the following error when using an initrd: | initrd overwritten (0x00b78000 0x07668000) - disabling it. My Amiga 4000 has 12 MiB of RAM at physical address 0x0740 (virtual

Re: [PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-18 Thread Geert Uytterhoeven
On Tue, 18 Dec 2007, Andrew Morton wrote: On Sun, 16 Dec 2007 11:51:00 +0100 (CET) Geert Uytterhoeven [EMAIL PROTECTED] wrote: On recent kernels, I get the following error when using an initrd: | initrd overwritten (0x00b78000 0x07668000) - disabling it. My Amiga 4000 has 12 MiB of

Re: [PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-18 Thread Andrew Morton
On Tue, 18 Dec 2007 20:52:07 +0100 (CET) Geert Uytterhoeven [EMAIL PROTECTED] wrote: On Tue, 18 Dec 2007, Andrew Morton wrote: On Sun, 16 Dec 2007 11:51:00 +0100 (CET) Geert Uytterhoeven [EMAIL PROTECTED] wrote: On recent kernels, I get the following error when using an initrd: |

Re: [PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-16 Thread Roman Zippel
Hi, On Sunday 16 December 2007, Geert Uytterhoeven wrote: > --- a/init/main.c > +++ b/init/main.c > @@ -598,9 +598,9 @@ asmlinkage void __init start_kernel(void > > #ifdef CONFIG_BLK_DEV_INITRD > if (initrd_start && !initrd_below_start_ok && > - initrd_start <

[PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-16 Thread Geert Uytterhoeven
On recent kernels, I get the following error when using an initrd: | initrd overwritten (0x00b78000 < 0x07668000) - disabling it. My Amiga 4000 has 12 MiB of RAM at physical address 0x0740 (virtual 0x). The initrd is located at the end of RAM: 0x00b78000 - 0x00c0 (virtual). The

Re: [PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-16 Thread Roman Zippel
Hi, On Sunday 16 December 2007, Geert Uytterhoeven wrote: --- a/init/main.c +++ b/init/main.c @@ -598,9 +598,9 @@ asmlinkage void __init start_kernel(void #ifdef CONFIG_BLK_DEV_INITRD if (initrd_start !initrd_below_start_ok - initrd_start min_low_pfn

[PATCH] initrd: Fix virtual/physical mix-up in overwrite test

2007-12-16 Thread Geert Uytterhoeven
On recent kernels, I get the following error when using an initrd: | initrd overwritten (0x00b78000 0x07668000) - disabling it. My Amiga 4000 has 12 MiB of RAM at physical address 0x0740 (virtual 0x). The initrd is located at the end of RAM: 0x00b78000 - 0x00c0 (virtual). The