From: Ingo Molnar <mingo@elte.hu>
To: Alexander van Heukelum <heukelum@mailshack.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>,
LKML <linux-kernel@vger.kernel.org>,
heukelum@fastmail.fm
Subject: Re: [PATCH] x86: remove superfluous initialisation in boot code.
Date: Mon, 7 Apr 2008 09:46:14 +0200 [thread overview]
Message-ID: <20080407074614.GD2368@elte.hu> (raw)
In-Reply-To: <20080406124700.GA26669@mailshack.com>
* Alexander van Heukelum <heukelum@mailshack.com> wrote:
> --- a/arch/x86/boot/compressed/misc.c
> +++ b/arch/x86/boot/compressed/misc.c
> @@ -223,7 +223,7 @@ static memptr free_mem_end_ptr;
> #define HEAP_SIZE 0x4000
> #endif
>
> -static char *vidmem = (char *)0xb8000;
> +static char *vidmem;
> static int vidport;
thanks, applied. (Btw., you forgot your signoff line - not a big deal
for a small fix like this but it's best to always include it for patches
you'd like to see go upstream.)
Ingo
next prev parent reply other threads:[~2008-04-07 7:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-06 12:47 [PATCH] x86: remove superfluous initialisation in boot code Alexander van Heukelum
2008-04-07 7:46 ` Ingo Molnar [this message]
2008-04-07 9:13 ` Alexander van Heukelum
2008-04-07 10:00 ` (no subject) zhenwenxu
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=20080407074614.GD2368@elte.hu \
--to=mingo@elte.hu \
--cc=heukelum@fastmail.fm \
--cc=heukelum@mailshack.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.