From: Pavel Roskin <proski@gnu.org>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: [PATCH] improve grub_mm_init_region() debug message
Date: Sat, 19 Jan 2008 21:26:15 -0500 [thread overview]
Message-ID: <1200795975.7266.0.camel@rd> (raw)
In-Reply-To: <20080119215043.GA2909@thorin>
On Sat, 2008-01-19 at 22:50 +0100, Robert Millan wrote:
> On Tue, Jan 15, 2008 at 07:00:55PM +0100, Robert Millan wrote:
> > On Tue, Jan 15, 2008 at 12:42:39PM -0500, Pavel Roskin wrote:
> > >
> > > On Tue, 2008-01-15 at 18:17 +0100, Robert Millan wrote:
> > > > - grub_dprintf ("mem", "Using memory for heap: addr=%p, size=%u\n",
> > > > addr, (unsigned int) size);
> > > > + grub_dprintf ("mem", "Using memory for heap: start=%p, end=%p\n",
> > > > addr, addr + size);
> > >
> > > Maybe addr+size-1 would be better? Inclusive boundaries are more
> > > intuitive. Just run "cat /proc/iomem" to see what I mean.
> >
> > Sounds better to me.
> >
> > Does this change (with addr + size -1) sound fine to everyone else?
>
> Uhm actually, since we already substract one on ieee1275 to workaround
> firmware bugs, this might get confusing.
Oh, I didn't know that.
> How about just "addr + size" ?
Fine with me.
--
Regards,
Pavel Roskin
next prev parent reply other threads:[~2008-01-20 2:26 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-15 17:17 [PATCH] improve grub_mm_init_region() debug message Robert Millan
2008-01-15 17:42 ` Pavel Roskin
2008-01-15 18:00 ` Robert Millan
2008-01-19 21:50 ` Robert Millan
2008-01-20 2:26 ` Pavel Roskin [this message]
2008-01-21 17:02 ` Marco Gerards
2008-01-21 17:11 ` Robert Millan
2008-01-21 17:42 ` Marco Gerards
2008-01-21 20:58 ` Robert Millan
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=1200795975.7266.0.camel@rd \
--to=proski@gnu.org \
--cc=grub-devel@gnu.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.