From: Andrew Morton <akpm@osdl.org> To: Edgar Hucek <hostmaster@ed-soft.at> Cc: torvalds@osdl.org, ebiederm@xmission.com, hpa@zytor.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] Add efi e820 memory mapping on x86 [try #1] Date: Mon, 24 Jul 2006 21:29:11 -0700 Message-ID: <20060724212911.32dd3bc0.akpm@osdl.org> (raw) In-Reply-To: <44B9FF02.3020600@ed-soft.at> On Sun, 16 Jul 2006 10:55:30 +0200 Edgar Hucek <hostmaster@ed-soft.at> 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.
next prev parent reply index Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-06-26 21:19 [PATCH 1/1] Fix boot on efi 32 bit Machines [try #4] Edgar Hucek 2006-06-26 21:33 ` Linus Torvalds 2006-06-27 6:15 ` Edgar Hucek 2006-06-27 6:20 ` Linus Torvalds 2006-06-28 22:37 ` H. Peter Anvin 2006-07-02 17:39 ` Eric W. Biederman 2006-07-02 17:42 ` H. Peter Anvin 2006-07-02 18:26 ` Eric W. Biederman 2006-07-02 18:46 ` Arjan van de Ven 2006-07-05 9:38 ` Edgar Hucek 2006-07-05 15:52 ` Eric W. Biederman 2006-07-13 21:46 ` Edgar Hucek 2006-07-13 22:15 ` Linus Torvalds 2006-07-14 4:23 ` Eric W. Biederman 2006-07-14 6:22 ` H. Peter Anvin 2006-07-14 6:20 ` Edgar Hucek 2006-07-14 16:09 ` Linus Torvalds 2006-07-16 8:55 ` [PATCH 1/1] Add efi e820 memory mapping on x86 [try #1] Edgar Hucek 2006-07-25 4:29 ` Andrew Morton [this message] 2006-07-25 5:17 ` Eric W. Biederman 2006-07-25 5:32 ` Linus Torvalds 2006-07-25 5:34 ` H. Peter Anvin 2006-07-25 5:44 ` Linus Torvalds 2006-07-25 6:26 ` H. Peter Anvin 2006-07-25 6:00 ` Linus Torvalds 2006-07-16 9:00 ` [PATCH 1/1] Add force of use MMCONFIG " Edgar Hucek 2006-07-25 4:33 ` Andrew Morton 2006-07-25 5:27 ` Linus Torvalds 2006-07-26 15:05 ` Andi Kleen
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20060724212911.32dd3bc0.akpm@osdl.org \ --to=akpm@osdl.org \ --cc=ebiederm@xmission.com \ --cc=hostmaster@ed-soft.at \ --cc=hpa@zytor.com \ --cc=linux-kernel@vger.kernel.org \ --cc=torvalds@osdl.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
LKML Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/lkml/0 lkml/git/0.git git clone --mirror https://lore.kernel.org/lkml/1 lkml/git/1.git git clone --mirror https://lore.kernel.org/lkml/2 lkml/git/2.git git clone --mirror https://lore.kernel.org/lkml/3 lkml/git/3.git git clone --mirror https://lore.kernel.org/lkml/4 lkml/git/4.git git clone --mirror https://lore.kernel.org/lkml/5 lkml/git/5.git git clone --mirror https://lore.kernel.org/lkml/6 lkml/git/6.git git clone --mirror https://lore.kernel.org/lkml/7 lkml/git/7.git git clone --mirror https://lore.kernel.org/lkml/8 lkml/git/8.git git clone --mirror https://lore.kernel.org/lkml/9 lkml/git/9.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 lkml lkml/ https://lore.kernel.org/lkml \ linux-kernel@vger.kernel.org public-inbox-index lkml Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.linux-kernel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git