Skip to content

Commit

Permalink
arm: fixes FIQ problem with pager enabled
Browse files Browse the repository at this point in the history
Fixes occasional FIQ problem when pager is enabled.

Signed-off-by: Jens Wiklander <[email protected]>
Tested-by: Jens Wiklander <[email protected]> (Juno, qemu)
Reviewed-by: Pascal Brand <[email protected]>
  • Loading branch information
jenswi-linaro committed Jun 8, 2015
1 parent 09f8310 commit 432f1e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/arch/arm/kernel/link.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ link-script-cppflags := -DASM=1 \
$(addprefix -I,$(incdirscore) $(link-out-dir)) \
$(cppflagscore))

entries-unpaged += tee_pager_abort_handler
entries-unpaged += thread_init_vbar
entries-unpaged += sm_init
entries-unpaged += core_init_mmu_regs
entries-unpaged += generic_boot_cpu_on_handler
entries-unpaged += generic_boot_init_secondary
entries-unpaged += stack_tmp_top
entries-unpaged += sem_cpu_sync
entries-unpaged += generic_boot_get_handlers
objs-unpaged-rem += core/arch/arm/tee/entry.o
objs-unpaged-rem += core/arch/arm/tee/arch_svc.o
objs-unpaged := \
$(filter-out $(addprefix $(out-dir)/, $(objs-unpaged-rem)), $(objs))
ldargs-unpaged := -i --gc-sections \
Expand Down

0 comments on commit 432f1e6

Please sign in to comment.