]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Push loading curthread into assembly in the synchronous exception handlers.
authorAndrew Turner <andrew@FreeBSD.org>
Thu, 20 Apr 2017 13:56:30 +0000 (13:56 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Thu, 20 Apr 2017 13:56:30 +0000 (13:56 +0000)
commitd7635c7a49948f95eb196f39c1aeac20ac3c2ff6
treed2af8abc7a55f878d8ddbff1f6aea46977b79e0e
parent21ce594e7aa396a9befb6f0a2b25aab263023011
Push loading curthread into assembly in the synchronous exception handlers.
This will help investigating the performance impact of moving parts of the
switch statement in do_el0_sync into assembly.

Sponsored by: DARPA, AFRL
sys/arm64/arm64/exception.S
sys/arm64/arm64/genassym.c
sys/arm64/arm64/trap.c