aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-17 02:24:04 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2004-11-17 02:24:04 +0000
commitce199230ef7ba5a02674a957d1385f4c4009b325 (patch)
tree2610cfbfa284ae11864fbf9326ccaac79f00696d
parent187923c5b8ff0b5e59672a4efe12ec1afa608ca8 (diff)
downloadxen-ce199230ef7ba5a02674a957d1385f4c4009b325.tar.gz
xen-ce199230ef7ba5a02674a957d1385f4c4009b325.tar.bz2
xen-ce199230ef7ba5a02674a957d1385f4c4009b325.zip
bitkeeper revision 1.1159.170.35 (419ab6448ydG-9pjZ3SRv3nESPZzYg)
add comment
-rw-r--r--linux-2.6.9-xen-sparse/include/asm-generic/pgtable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-2.6.9-xen-sparse/include/asm-generic/pgtable.h b/linux-2.6.9-xen-sparse/include/asm-generic/pgtable.h
index 59563e99c7..950f9466a6 100644
--- a/linux-2.6.9-xen-sparse/include/asm-generic/pgtable.h
+++ b/linux-2.6.9-xen-sparse/include/asm-generic/pgtable.h
@@ -43,6 +43,9 @@ do { \
#endif
#ifndef __HAVE_ARCH_PTEP_ESTABLISH_NEW
+/*
+ * Establish a mapping where none previously existed
+ */
#define ptep_establish_new(__vma, __address, __ptep, __entry) \
do { \
set_pte(__ptep, __entry); \