On Sun, 16 Jul 2006 10:55:30 +0200 Edgar Hucek <[email protected]> wrote: > This Patch add an efi e820 memory mapping. > Why? > /* > + * Make a e820 memory map > + */ > +void __init efi_init_e820_map(void) > +{ > + efi_memory_desc_t *md; > + unsigned long long start = 0; > + unsigned long long end = 0; > + unsigned long long size = 0; I guess these should have type resource_size_t, given that they ultimately get remembered via request_resource(). But that has a good chance of breaking something, so let's leave it alone. > + add_memory_region(md->phys_addr, md->num_pages << > EFI_PAGE_SHIFT, E820_ACPI); The patch is wordwrapped and will not apply. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH 1/1] Add efi e820 memory mapping on x86 [try #1]
- From: Linus Torvalds <[email protected]>
- Re: [PATCH 1/1] Add efi e820 memory mapping on x86 [try #1]
- From: [email protected] (Eric W. Biederman)
- Re: [PATCH 1/1] Add efi e820 memory mapping on x86 [try #1]
- References:
- Re: [PATCH 1/1] Fix boot on efi 32 bit Machines [try #4]
- From: [email protected] (Eric W. Biederman)
- Re: [PATCH 1/1] Fix boot on efi 32 bit Machines [try #4]
- From: "H. Peter Anvin" <[email protected]>
- Re: [PATCH 1/1] Fix boot on efi 32 bit Machines [try #4]
- From: [email protected] (Eric W. Biederman)
- Re: [PATCH 1/1] Fix boot on efi 32 bit Machines [try #4]
- From: Edgar Hucek <[email protected]>
- Re: [PATCH 1/1] Fix boot on efi 32 bit Machines [try #4]
- From: [email protected] (Eric W. Biederman)
- Re: [PATCH 1/1] Fix boot on efi 32 bit Machines [try #4]
- From: Edgar Hucek <[email protected]>
- Re: [PATCH 1/1] Fix boot on efi 32 bit Machines [try #4]
- From: Linus Torvalds <[email protected]>
- Re: [PATCH 1/1] Fix boot on efi 32 bit Machines [try #4]
- From: Edgar Hucek <[email protected]>
- Re: [PATCH 1/1] Fix boot on efi 32 bit Machines [try #4]
- From: Linus Torvalds <[email protected]>
- [PATCH 1/1] Add efi e820 memory mapping on x86 [try #1]
- From: Edgar Hucek <[email protected]>
- Re: [PATCH 1/1] Fix boot on efi 32 bit Machines [try #4]
- Prev by Date: Re: [NFS] [PATCH 002 of 9] knfsd: knfsd: Remove an unused variable from e_show().
- Next by Date: Re: [NFS] [PATCH 002 of 9] knfsd: knfsd: Remove an unused variable from e_show().
- Previous by thread: [PATCH 1/1] Add efi e820 memory mapping on x86 [try #1]
- Next by thread: Re: [PATCH 1/1] Add efi e820 memory mapping on x86 [try #1]
- Index(es):