Re: [PATCH v2] RFC: clear 1G pages with streaming stores on x86
From: Matthew Wilcox
Date: Mon Jul 30 2018 - 20:45:14 EST
On Mon, Jul 30, 2018 at 06:29:27PM +0200, Borislav Petkov wrote:
> > +EXPORT_SYMBOL(__clear_page_nt)
>
> EXPORT_SYMBOL_GPL like the other functions in that file.
Actually, __clear_page_nt doesn't need to be exported at all for this
patch set; it's not invoked from a module.