>>> On 28.11.18 at 09:41, wrote:
> On Wed, Nov 28, 2018 at 08:52:24AM +0100, Juergen Gross wrote:
>> paging_max_paddr_bits() has an invalid use of IS_ENABLED(): instead of
>> IS_ENABLED(CONFIG_BIGMEM) it is using IS_ENABLED(BIGMEM). Fix that.
>>
>> Signed-off-by: Juergen Gross
>
> Reviewed-by:
On Wed, Nov 28, 2018 at 08:52:24AM +0100, Juergen Gross wrote:
> paging_max_paddr_bits() has an invalid use of IS_ENABLED(): instead of
> IS_ENABLED(CONFIG_BIGMEM) it is using IS_ENABLED(BIGMEM). Fix that.
>
> Signed-off-by: Juergen Gross
Reviewed-by: Roger Pau Monné
__
paging_max_paddr_bits() has an invalid use of IS_ENABLED(): instead of
IS_ENABLED(CONFIG_BIGMEM) it is using IS_ENABLED(BIGMEM). Fix that.
Signed-off-by: Juergen Gross
---
xen/include/asm-x86/paging.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/xen/include/asm-x86/pagin