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)
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>

No differences found