[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181127071525.GF1824@MiWiFi-R3L-srv>
Date: Tue, 27 Nov 2018 15:15:25 +0800
From: Baoquan He <bhe@...hat.com>
To: Bhupesh Sharma <bhsharma@...hat.com>
Cc: linux-kernel@...r.kernel.org, bhupesh.linux@...il.com,
bp@...en8.de, mingo@...nel.org, tglx@...utronix.de,
k-hagio@...jp.nec.com, anderson@...hat.com, james.morse@....com,
osandov@...com, x86@...nel.org, kexec@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH v2] x86_64, vmcoreinfo: Append 'page_offset_base' to
vmcoreinfo
On 11/27/18 at 02:48pm, Baoquan He wrote:
> #ifdef CONFIG_DYNAMIC_MEMORY_LAYOUT
> VMCOREINFO_SYMBOL(node_data);
^^^
> #endif
Wrong copy
#ifdef CONFIG_DYNAMIC_MEMORY_LAYOUT
VMCOREINFO_NUMBER(page_offset_base);
#endif
Powered by blists - more mailing lists