Re: [PATCH] x86: Revert E820_PRAM change in e820_end_pfn()

2015-04-06 Thread Toshi Kani
On Mon, 2015-04-06 at 11:29 -0700, Yinghai Lu wrote: > On Mon, Apr 6, 2015 at 10:47 AM, Toshi Kani wrote: > > 'Commit ec776ef6bbe17 ("x86/mm: Add support for the non-standard > > protected e820 type")' added E820_PRAM ranges, which do not have > > have struct-page. Therefore, there is no need to

Re: [PATCH] x86: Revert E820_PRAM change in e820_end_pfn()

2015-04-06 Thread Yinghai Lu
On Mon, Apr 6, 2015 at 10:47 AM, Toshi Kani wrote: > 'Commit ec776ef6bbe17 ("x86/mm: Add support for the non-standard > protected e820 type")' added E820_PRAM ranges, which do not have > have struct-page. Therefore, there is no need to update max_pfn > to cover the E820_PRAM ranges. Revert the

[PATCH] x86: Revert E820_PRAM change in e820_end_pfn()

2015-04-06 Thread Toshi Kani
'Commit ec776ef6bbe17 ("x86/mm: Add support for the non-standard protected e820 type")' added E820_PRAM ranges, which do not have have struct-page. Therefore, there is no need to update max_pfn to cover the E820_PRAM ranges. Revert the change made to account E820_PRAM as RAM in e820_end_pfn() in

[PATCH] x86: Revert E820_PRAM change in e820_end_pfn()

2015-04-06 Thread Toshi Kani
'Commit ec776ef6bbe17 (x86/mm: Add support for the non-standard protected e820 type)' added E820_PRAM ranges, which do not have have struct-page. Therefore, there is no need to update max_pfn to cover the E820_PRAM ranges. Revert the change made to account E820_PRAM as RAM in e820_end_pfn() in

Re: [PATCH] x86: Revert E820_PRAM change in e820_end_pfn()

2015-04-06 Thread Yinghai Lu
On Mon, Apr 6, 2015 at 10:47 AM, Toshi Kani toshi.k...@hp.com wrote: 'Commit ec776ef6bbe17 (x86/mm: Add support for the non-standard protected e820 type)' added E820_PRAM ranges, which do not have have struct-page. Therefore, there is no need to update max_pfn to cover the E820_PRAM ranges.

Re: [PATCH] x86: Revert E820_PRAM change in e820_end_pfn()

2015-04-06 Thread Toshi Kani
On Mon, 2015-04-06 at 11:29 -0700, Yinghai Lu wrote: On Mon, Apr 6, 2015 at 10:47 AM, Toshi Kani toshi.k...@hp.com wrote: 'Commit ec776ef6bbe17 (x86/mm: Add support for the non-standard protected e820 type)' added E820_PRAM ranges, which do not have have struct-page. Therefore, there is no