Gilles Chanteperdrix wrote:
> Something else I needed was that the cache flush do not rely on
> mm->cpu_vm_mask to flush. So, we basically wanted that the cpu bit be
> set in cpu_vm_mask unconditionnaly when the context is switched first to
> the new process, and not cleared in switch_to when the process is
> switched out.

A side effect of this, is that va_to_mva had to be changed to use the
pid of a given mm instead of using the current mm pid.

Other cosmetic changes were to rename asm/pid.h asm/fcse.h, and prefix
all fcse functions with fcse_ to avoid namespace pollution and so that
it appears clearly in the source what fcse uses.

-- 
                                            Gilles.

_______________________________________________
Adeos-main mailing list
[email protected]
https://mail.gna.org/listinfo/adeos-main

Reply via email to