Skip to content
Commit 51fd7260 authored by Phil Elwell's avatar Phil Elwell Committed by Dom Cobley
Browse files

arm: bcm2835: Fix FIQ early ioremap



The ioremapping creates mappings within the vmalloc area. The
equivalent early function, create_mapping, now checks that the
requested explicit virtual address is between VMALLOC_START and
VMALLOC_END. As there is no reason to have any correlation between
the physical and virtual addresses, put the required mappings at
VMALLOC_START and above.

Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.org>
parent 32fc111f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment