[IA64] Format /proc/pal/*/version_info correctly
authorMatthew Wilcox <matthew@wil.cx>
Fri, 23 Jun 2006 19:15:55 +0000 (13:15 -0600)
committerTony Luck <tony.luck@intel.com>
Mon, 31 Jul 2006 18:49:13 +0000 (11:49 -0700)
/proc/pal/*/version_info is a bit confusing.  HP firmware, at least,
reports 07.31 instead of 0.7.31.  Also, the comment is out of place;
it's an internal detail about the implementation of ia64_pal_version.
Since the 2.2 revision of the SDM still states that PAL_VERSION can
be called in virtual mode, correct the comment to be more accurate.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found