Cc: <linux-mm@...>, H. Peter Anvin <hpa@...>, Andi Kleen <ak@...>, Eric W. Biederman <ebiederm@...>, <akpm@...>, Yinghai Lu <yhlu.kernel@...>, Chandramouli Narayanan <mouli@...>, <linux-kernel@...>
On Tuesday 09 October 2007 18:22, Huang, Ying wrote:
I'm just wondering whether you really need to access highmem in
boot code...
Definitely on most architectures it would just amount to
memcpy(dst, __va(phys), n);, right? However I don't know if
it's worth the trouble of overriding it unless there is some
non-__init user of it.
-