User:Pancakes/ARM Integrator-CP IRQTimerPICTasksAndMM: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
Pancakes (talk | contribs)
Pancakes (talk | contribs)
m damn mistake; bit 23 not 24
Line 17: Line 17:


=== Note ===
=== Note ===
''If you are working with the VMSAv7 such as with the cortex-a9 then there is no bit to disable sub-pages (no backwards compatibility). In the code below I disable sub-pages. So you should omit setting bit 24 of the control register when enabling paging on VMSAv7 systems.''
''If you are working with the VMSAv7 such as with the cortex-a9 then there is no bit to disable sub-pages (no backwards compatibility). In the code below I disable sub-pages. So you should omit setting bit 23 of the control register when enabling paging on VMSAv7 systems.''


=== About ===
=== About ===