From: Paul Mackerras Date: Fri, 6 May 2005 03:35:04 +0000 (+1000) Subject: [PATCH] ppc64: fix reloc_offset comment X-Git-Tag: v2.6.12-rc4~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e2afc1ddd2a22b290bc334c0deffdd6dcdebc80;p=pandora-kernel.git [PATCH] ppc64: fix reloc_offset comment The code in reloc_offset is actually subtracting the address in the link register from the address calculated by the linker. Perhaps the extended mnemonic `sub' replaced an original `subf' and the comment just did not get updated. bl 1f 1: mflr r3 LOADADDR(r4,1b) sub r3,r4,r3 Signed-off-by: Amos Waterland Signed-off-by: Paul Mackerras Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed