arm64: Move the zero page to rodata The zero page should contain only zero bytes, and so mapping it read-write is unnecessary. Move it to __ro_after_init instead. Signed-off-by: Ard Biesheuvel <ardb@kernel.org>