aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/pmap-v4.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the L1 and L2 xscale page defines and rename the generic macros toAndrew Turner2018-08-161-64/+9
* Remove pmap_kenter_section from the arm pmap. It's unused.Andrew Turner2018-08-151-1/+0
* Remove ARM_HAVE_SUPERSECTIONS. It was only supported on some XScale CPUs.Andrew Turner2018-08-151-8/+0
* Make code and data only used within the arm pmap code as static.Andrew Turner2018-08-151-21/+0
* Remove arm pmap variables that are only ever set and never read.Andrew Turner2018-08-151-8/+0
* Remove ARM_MMU_GENERIC, it's the only ARMV4/v5 MMU we support.Andrew Turner2018-08-151-35/+0
* Remove checks for now unsupported CPU_* values in arm headers.Andrew Turner2018-08-151-21/+2
* Start to remove XScale support from the ARMv4/v5 pmap. Support for XScaleAndrew Turner2018-08-151-10/+0
* Revert r336773: it removed too much.Warner Losh2018-07-271-3/+66
* Remove xscale supportWarner Losh2018-07-271-66/+3
* Remove kernel support for armebWarner Losh2018-07-171-2/+1
* Define CPU_XSCALE_CORE3 when relevant.Olivier Houchard2017-09-191-0/+1
* Remove arm's cpuconf.h, and references to it, after moving a few lines fromIan Lepore2017-01-161-1/+24
* Rename pte.h to pte-v4.h and start including directly either pte-v4.hSvatopluk Kraus2016-02-191-1/+1
* Move common definitions from both pmap-v4.h and pmap-v6.h into pmap.h.Svatopluk Kraus2016-02-191-25/+0
* Rename pmap.h to pmap-v4.h and remove pmap-v6.h include from it.Svatopluk Kraus2016-02-191-0/+541