Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
To: Juan Quintela <quintela@mandrakesoft.com>
Cc: linux mips mailing list <linux-mips@linux-mips.org>
Subject: Re: [PATCH]: correct format string in dump_tlb
Date: Wed, 18 Dec 2002 23:59:27 +0100	[thread overview]
Message-ID: <20021218235927.A1132@linux-mips.org> (raw)
In-Reply-To: <m2wum8p0dy.fsf@demo.mitica>; from quintela@mandrakesoft.com on Wed, Dec 18, 2002 at 02:43:37AM +0100

On Wed, Dec 18, 2002 at 02:43:37AM +0100, Juan Quintela wrote:

>         if we cast to unsigned it, print it as a long is a no-no :(

Correct but I didn't like your patch ...

> -	printk("page == %08lx\n", (unsigned int) pte_val(page));
> +	printk("page == %08x\n", (unsigned int) pte_val(page));

pte_val() returns unsigned long.  So I applied a different fix.

  Ralf

      reply	other threads:[~2002-12-18 22:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-18  1:43 [PATCH]: correct format string in dump_tlb Juan Quintela
2002-12-18 22:59 ` Ralf Baechle [this message]

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=20021218235927.A1132@linux-mips.org \
    --to=ralf@linux-mips.org \
    --cc=linux-mips@linux-mips.org \
    --cc=quintela@mandrakesoft.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox