commit | e540e835f89c3cfa0eca5d909047224c78c874a8 | [log] [tgz] |
---|---|---|
author | Wang Sheng-Hui <shhuiw@gmail.com> | Wed May 07 15:28:12 2014 +0800 |
committer | Chris Metcalf <cmetcalf@tilera.com> | Tue May 13 11:51:10 2014 -0400 |
tree | 2782e451ea639a82aa05a1617781ba6078bd4be5 | |
parent | 3af1ea5a2e8ff7ac7ffea3cff1f93914f3cc211d [diff] |
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 <shhuiw@gmail.com> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>