[IA64] polish comments for tlb fault handler in ivt.S
authorChen, Kenneth W <kenneth.w.chen@intel.com>
Thu, 17 Nov 2005 09:55:34 +0000 (01:55 -0800)
committerTony Luck <tony.luck@intel.com>
Thu, 17 Nov 2005 17:48:15 +0000 (09:48 -0800)
Polish the comments specifically in vhpt_miss and nested_dtlb_miss
handlers.  I think it's better to explicitly name each page table
level with its name instead of numerically name them.  i.e., use
pgd, pud, pmd, and pte instead of referring as L1, L2, L3 etc.
Along the line, remove some magic number in the comments like:
"PTA + (((IFA(61,63) << 7) | IFA(33,39))*8)".  No code change at
all, pure comment update.  Feel free to shoot anything you have,
darts or tomahawk cruise missile.  I will duck behind a bunker ;-)

Signed-off-by: Ken Chen <kenneth.w.chen@intel.com>
Acked-by: Robin Holt <holt@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found