Skip to content
Commit ecae26fa authored by Max Filippov's avatar Max Filippov
Browse files

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: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent ada770b1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment