From: aq <aquynh@gmail.com>
To: "List: Xen Developers" <xen-devel@lists.xensource.com>
Subject: [PATCH] warning on printf format
Date: Mon, 15 Aug 2005 02:35:33 +0900 [thread overview]
Message-ID: <9cde8bff05081410356cdf533@mail.gmail.com> (raw)
This patch fixes a warning message on printf format.
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
diff -r 3fe7b0b7f6c5 xen/arch/x86/mm.c
--- a/xen/arch/x86/mm.c Sun Aug 14 09:17:54 2005
+++ b/xen/arch/x86/mm.c Mon Aug 15 02:33:21 2005
@@ -3054,7 +3054,7 @@
*/
BUG();
}
- PTWR_PRINTK("[%c] disconnected_l1va at %p is %lx\n",
+ PTWR_PRINTK("[%c] disconnected_l1va at %p is %x\n",
PTWR_PRINT_WHICH, ptep, pte.l1);
l1e_remove_flags(pte, _PAGE_RW);
@@ -3072,7 +3072,7 @@
/* Ensure that there are no stale writable mappings in any TLB. */
/* NB. INVLPG is a serialising instruction: flushes pending updates. */
flush_tlb_one_mask(d->cpumask, l1va);
- PTWR_PRINTK("[%c] disconnected_l1va at %p now %lx\n",
+ PTWR_PRINTK("[%c] disconnected_l1va at %p now %x\n",
PTWR_PRINT_WHICH, ptep, pte.l1);
/*
next reply other threads:[~2005-08-14 17:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-14 17:35 aq [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-08-14 17:39 [PATCH] warning on printf format Ian Pratt
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=9cde8bff05081410356cdf533@mail.gmail.com \
--to=aquynh@gmail.com \
--cc=xen-devel@lists.xensource.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 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.