mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
Support high vectors for arm9.
Obtained from: NetBSD
This commit is contained in:
parent
0e963ec574
commit
1a34245881
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=142050
@ -1862,6 +1862,8 @@ arm9_setup(args)
|
||||
#ifdef __ARMEB__
|
||||
cpuctrl |= CPU_CONTROL_BEND_ENABLE;
|
||||
#endif
|
||||
if (vector_page == ARM_VECTORS_HIGH)
|
||||
cpuctrl |= CPU_CONTROL_VECRELOC;
|
||||
|
||||
/* Clear out the cache */
|
||||
cpu_idcache_wbinv_all();
|
||||
|
Loading…
Reference in New Issue
Block a user