| To: | Juan Quintela <quintela@mandrakesoft.com> |
|---|---|
| Subject: | Re: [PATCH]: |
| From: | "Maciej W. Rozycki" <macro@ds2.pg.gda.pl> |
| Date: | Thu, 19 Dec 2002 21:54:50 +0100 (MET) |
| Cc: | Ralf Baechle <ralf@linux-mips.org>, mipslist <linux-mips@linux-mips.org> |
| In-reply-to: | <m2smwtixsh.fsf@demo.mitica> |
| Organization: | Technical University of Gdansk |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Reply-to: | "Maciej W. Rozycki" <macro@ds2.pg.gda.pl> |
| Sender: | linux-mips-bounce@linux-mips.org |
On 19 Dec 2002, Juan Quintela wrote:
> - pte_val() returs a long, print it directly.
[...]
> - printk("Memory Mapping: VA = %08x, PA = %08x ", addr, (unsigned int)
> pte_val(page));
> + printk("Memory Mapping: VA = %08x, PA = %08x ", addr, pte_val(page));
Well, I guess you need "%08lx" then. For both formats, actually.
--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH]: fix type of MAXMEM, Juan Quintela |
|---|---|
| Next by Date: | Re: [PATCH]: for poor sools with old I2 & 64 bits kernel, Thiemo Seufer |
| Previous by Thread: | [PATCH]:, Juan Quintela |
| Next by Thread: | Re: [PATCH]:, Juan Quintela |
| Indexes: | [Date] [Thread] [Top] [All Lists] |