Pull model-name into release branch
[linux-block.git] / include / asm-ia64 / pal.h
index 312109d7be978851aade88438d46e7f03a9974b8..d1587e4f57595ef52433cdfd5549899e78d6d4fe 100644 (file)
@@ -1443,7 +1443,12 @@ typedef union  pal_version_u {
 } pal_version_u_t;
 
 
-/* Return PAL version information */
+/*
+ * Return PAL version information.  While the documentation states that
+ * PAL_VERSION can be called in either physical or virtual mode, some
+ * implementations only allow physical calls.  We don't call it very often,
+ * so the overhead isn't worth eliminating.
+ */
 static inline s64
 ia64_pal_version (pal_version_u_t *pal_min_version, pal_version_u_t *pal_cur_version)
 {