From: Wang Sheng-Hui Date: Wed, 7 May 2014 07:28:12 +0000 (+0800) Subject: tile: cleanup the comment in init_pgprot X-Git-Tag: omap-for-v3.16/fixes-against-rc1~48^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e540e835f89c3cfa0eca5d909047224c78c874a8;p=pandora-kernel.git tile: cleanup the comment in init_pgprot In tile vmlinux, the rodata area start after the _sdata. The rodata area is included between [_sdata, __end_rodata), and is handled at an earlier point. The page walk starts at __end_rodata, not _sdata. Signed-off-by: Wang Sheng-Hui Signed-off-by: Chris Metcalf --- Reading git-diff-tree failed