All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/mm: Comment the definitions of _mfn(), _gfn() &c
@ 2012-11-22 17:10 Tim Deegan
  2012-11-22 17:17 ` Andrew Cooper
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Deegan @ 2012-11-22 17:10 UTC (permalink / raw)
  To: xen-devel

# HG changeset patch
# User Tim Deegan <tim@xen.org>
# Date 1353604092 0
# Node ID 3ea68d29fd57988d7788450f25ad0cd84cbd2fb4
# Parent  7b4449bdb980caee8efc498d5ea48f772331df2f
x86/mm: Comment the definitions of _mfn(), _gfn() &c.

It's not very easy to find them if you don't know to look for the
TYPE_SAFE() macro.

Signed-off-by: Tim Deegan <tim@xen.org>

diff -r 7b4449bdb980 -r 3ea68d29fd57 xen/include/asm-x86/guest_pt.h
--- a/xen/include/asm-x86/guest_pt.h	Thu Nov 22 10:47:58 2012 +0100
+++ b/xen/include/asm-x86/guest_pt.h	Thu Nov 22 17:08:12 2012 +0000
@@ -36,6 +36,7 @@
 /* Type of the guest's frame numbers */
 TYPE_SAFE(unsigned long,gfn)
 #define PRI_gfn "05lx"
+/* Grep fodder: gfn_t, _gfn() and gfn_x() are defined here */
 
 #define VALID_GFN(m) (m != INVALID_GFN)
 
diff -r 7b4449bdb980 -r 3ea68d29fd57 xen/include/asm-x86/mm.h
--- a/xen/include/asm-x86/mm.h	Thu Nov 22 10:47:58 2012 +0100
+++ b/xen/include/asm-x86/mm.h	Thu Nov 22 17:08:12 2012 +0000
@@ -455,6 +455,7 @@ static inline _type _name##_x(_name##_t 
 #endif
 
 TYPE_SAFE(unsigned long,mfn);
+/* Grep fodder: mfn_t, _mfn() and mfn_x() are defined here */
 
 /* Macro for printk formats: use as printk("%"PRI_mfn"\n", mfn_x(foo)); */
 #define PRI_mfn "05lx"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-22 17:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 17:10 [PATCH] x86/mm: Comment the definitions of _mfn(), _gfn() &c Tim Deegan
2012-11-22 17:17 ` Andrew Cooper

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.