From: Marcelo Tosatti Date: Wed, 27 Jul 2005 18:44:08 +0000 (-0700) Subject: [PATCH] ppc32: 8xx: update DataTLBMiss exception comment X-Git-Tag: v2.6.13-rc4~25^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a1ce8aa2d9611a779c308fbf332ae86217b0df6;p=pandora-kernel.git [PATCH] ppc32: 8xx: update DataTLBMiss exception comment On PPC 8xx, the DataTLBMiss handler does not jump directly to the page fault handler, as was the case in v2.4. It instead loads an invalid TLB which causes a subsequent DataTLBError exception. The comment on top of it haven't been update to reflect the change, though. Signed-off-by: Marcelo Tosatti Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed