ref: fcb6d6ec65fb82c3b6b936dd148df72b9955994b dir: /sys/src/9/ppc/mtx.c/
/* * mtx specific stuff: * Interrupt handling */ #include "u.h" #include "../port/lib.h" #include "mem.h" #include "dat.h" #include "io.h" #include "mtx.h" #include "fns.h"