Re: [PATCH] reserve end-of-conventional-memory to 1MB on 32-bit

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Mark McLoughlin <markmc@...>, Alexander van Heukelum <heukelum@...>
Cc: Ingo Molnar <mingo@...>, Ian Campbell <ijc@...>, H. Peter Anvin <hpa@...>, Andi Kleen <ak@...>, Thomas Gleixner <tglx@...>, Jeremy Fitzhardinge <jeremy@...>, LKML <linux-kernel@...>
Date: Friday, February 29, 2008 - 2:38 pm

On Fri, 29 Feb 2008 17:14:07 +0000, "Mark McLoughlin"
<markmc@redhat.com> said:

Ouch.

My first guess is that the BIOS data area is completely non-existent for
Xen.
Is it guaranteed that the memory is zeroed out on boot? In that case we
can
special-case it easily:

change:
        /* Paranoia: should never happen, but... */
        if (lowmem >= 0x100000)
                lowmem = 0xa0000;

into:
        /* Strange case, like Xen ;) */
        if (lowmem == 0 || lowmem >= 0x100000)
                lowmem = 0x9f000;

Can you test that?

Greetings,
    Alexander
-- 
  Alexander van Heukelum
  heukelum@fastmail.fm

-- 
http://www.fastmail.fm - Send your email first class

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Fix alignment of early reservation for EBDA, Alexander van Heukelum, (Sun Feb 24, 1:46 pm)
Re: [PATCH] Fix alignment of early reservation for EBDA, H. Peter Anvin, (Sun Feb 24, 10:18 pm)
Re: [PATCH] Fix alignment of early reservation for EBDA, Alexander van Heukelum, (Mon Feb 25, 12:54 pm)
[PATCH] reserve_early end-of-conventional-memory to 1MB, Alexander van Heukelum, (Mon Feb 25, 2:07 pm)
Re: [PATCH] reserve_early end-of-conventional-memory to 1MB, Alexander van Heukelum, (Mon Feb 25, 3:46 pm)
Re: [PATCH] reserve_early end-of-conventional-memory to 1MB ..., Alexander van Heukelum, (Wed Feb 27, 4:01 pm)
[PATCH] reserve end-of-conventional-memory to 1MB on 32-bit, Alexander van Heukelum, (Thu Feb 28, 9:13 am)
[RFC] use realmode code to reserve end-of-conventional-memor..., Alexander van Heukelum, (Thu Feb 28, 9:28 am)
Re: [RFC] use realmode code to reserve end-of-conventional-m..., Jeremy Fitzhardinge, (Tue Mar 4, 1:44 pm)
Re: [RFC] use realmode code to reserve end-of-conventional-m..., Jeremy Fitzhardinge, (Wed Mar 5, 12:38 pm)
Re: [RFC] use realmode code to reserve end-of-conventional-m..., Jeremy Fitzhardinge, (Wed Mar 5, 1:28 pm)
Re: [RFC] use realmode code to reserve end-of-conventional-m..., Jeremy Fitzhardinge, (Tue Mar 4, 11:13 am)
Re: [RFC] use realmode code to reserve end-of-conventional-m..., Jeremy Fitzhardinge, (Tue Mar 4, 12:02 pm)
Re: [PATCH] reserve end-of-conventional-memory to 1MB on 32-..., Alexander van Heukelum, (Fri Feb 29, 7:49 am)
Re: [PATCH] reserve end-of-conventional-memory to 1MB on 32-..., Alexander van Heukelum, (Fri Feb 29, 2:38 pm)
Re: [PATCH] reserve end-of-conventional-memory to 1MB on 32-..., Alexander van Heukelum, (Fri Feb 29, 2:56 pm)
Re: [PATCH] reserve end-of-conventional-memory to 1MB on 32-..., Alexander van Heukelum, (Sat Mar 1, 12:09 pm)
Re: [PATCH] reserve end-of-conventional-memory to 1MB on 64-..., Alexander van Heukelum, (Sat Mar 1, 12:12 pm)
Re: [PATCH] reserve end-of-conventional-memory to 1MB on 32-..., Jeremy Fitzhardinge, (Tue Mar 4, 11:18 am)
Re: [PATCH] reserve end-of-conventional-memory to 1MB on 32-..., Alexander van Heukelum, (Tue Mar 4, 12:51 pm)
Re: [PATCH] reserve end-of-conventional-memory to 1MB on 32-..., Jeremy Fitzhardinge, (Tue Mar 4, 1:11 pm)
Re: [PATCH] reserve end-of-conventional-memory to 1MB, 32-bi..., Alexander van Heukelum, (Tue Mar 4, 2:57 pm)
Re: [PATCH] reserve end-of-conventional-memory to 1MB, 64-bi..., Alexander van Heukelum, (Tue Mar 4, 3:12 pm)
Re: [PATCH] reserve end-of-conventional-memory to 1MB on 32-..., Alexander van Heukelum, (Tue Mar 4, 9:31 am)
Re: [PATCH] reserve end-of-conventional-memory to 1MB on 32-..., Alexander van Heukelum, (Fri Feb 29, 6:26 pm)
Re: [PATCH] Fix alignment of early reservation for EBDA, Alexander van Heukelum, (Sun Feb 24, 4:53 pm)