commit | ecae26fae15abb7d433557afbd15467ce1c444f5 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Thu Apr 04 18:42:05 2019 -0700 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Thu Apr 04 18:45:55 2019 -0700 |
tree | 339fc1a4ac5f41fc078469621c5cfa9ac84c3789 | |
parent | ada770b1e74a77fff2d5f539bf6c42c25f4784db [diff] |
xtensa: fix format string warning in init_pmd Use %lu instead of %zu to fix the following warning introduced with recent memblock refactoring: xtensa/mm/mmu.c:36:9: warning: format '%zu' expects argument of type 'size_t', but argument 3 has type 'long unsigned int Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>