On Wed, Feb 27, 2019 at 9:07 AM Steven Price <[email protected]> wrote: > > walk_page_range() is going to be allowed to walk page tables other than > those of user space. For this it needs to know when it has reached a > 'leaf' entry in the page tables. This information is provided by the > p?d_large() functions/macros. > > For xtensa, we don't support large pages, so add a stub returning 0. > > CC: Chris Zankel <[email protected]> > CC: Max Filippov <[email protected]> > CC: [email protected] > Signed-off-by: Steven Price <[email protected]> > --- > arch/xtensa/include/asm/pgtable.h | 1 + > 1 file changed, 1 insertion(+)
Acked-by: Max Filippov <[email protected]> -- Thanks. -- Max

