OSDN Git Service

tile: cleanup the comment in init_pgprot
authorWang Sheng-Hui <shhuiw@gmail.com>
Wed, 7 May 2014 07:28:12 +0000 (15:28 +0800)
committerChris Metcalf <cmetcalf@tilera.com>
Tue, 13 May 2014 15:51:10 +0000 (11:51 -0400)
commite540e835f89c3cfa0eca5d909047224c78c874a8
tree2782e451ea639a82aa05a1617781ba6078bd4be5
parent3af1ea5a2e8ff7ac7ffea3cff1f93914f3cc211d
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>
arch/tile/mm/init.c