Dong, Eddie wrote:
> This patch add in-kernel piohandlers on top of Greg's in-kernel
> mmiohandlers as a preparation of in kernel PIC patch.
>
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
--
Hi Eddie,
Patch looks good.
In case it helps, I have attached a patch I wrote a while back for
implementing a pair of cascaded i8259s as an irqdevice. The code is a
little out of date w.r.t. the current incarnation of irqdevice, but its
a start.
As far as design is concerned, I was going to
This patch add in-kernel piohandlers on top of Greg's in-kernel
mmiohandlers as a preparation of in kernel PIC patch.
Eddie
Signed-off-by: Yaozu (Eddie) Dong <[EMAIL PROTECTED]>
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
index 31846b1..a7c5e6b 100644
--- a/drivers/kvm/kvm.h
+++ b/d