Skip to content
Commit b6e38028 authored by Phil Elwell's avatar Phil Elwell Committed by popcornmix
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 25382bc4
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