diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-08-04 07:15:56 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-08-04 07:15:56 -0400 |
commit | 6bbad18a8b18228fa65d73547dfd5efad1515ef8 (patch) | |
tree | 193e53bc0fa0b01c3c0fab4d3eda23ce84bb1154 /include/asm-ia64/pal.h | |
parent | fe2a24dfc577a05349a39c6c8a6312818d28bb59 (diff) | |
parent | efe78cda3596f8a6d1c2d4a6b1a221bafa3e1a48 (diff) | |
download | linux-6bbad18a8b18228fa65d73547dfd5efad1515ef8.tar.gz |
Merge branch 'master' into upstream
Diffstat (limited to 'include/asm-ia64/pal.h')
-rw-r--r-- | include/asm-ia64/pal.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/asm-ia64/pal.h b/include/asm-ia64/pal.h index 37e52a2836b0..20a8d618c845 100644 --- a/include/asm-ia64/pal.h +++ b/include/asm-ia64/pal.h @@ -1433,7 +1433,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) { |