wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[Cache] check flushing of data and instruction cache on process switches #80

Closed ghost closed 9 years ago

ghost commented 9 years ago

see title

wake-0 commented 9 years ago

Dependent on #81.

ghost commented 9 years ago

I can confirm that flushing the caches at context switches ensures a stable operation. but I'll restrain the implementation of this solution to our cache problem in favour of #81