Re: [PATCH] KJ: Make i8259_64 more _32-like

2007-11-06 Thread Andrew Morton
On Tue, 30 Oct 2007 10:29:57 -0500 Paul Jimenez <[EMAIL PROTECTED]> wrote: > This patch mainly hinges around two includes and their ramifications: > > #includewhich provides cached_{slave,master}_mask > #include which provides PIC_{MASTER,SLAVE}_{IMR,CMD} > > Adding these two

Re: [PATCH] KJ: Make i8259_64 more _32-like

2007-10-30 Thread Paul Jimenez
(Resending as I forgot to add Signed-off-by - thanks for the patient reminder, Thomas!) Howdy! Here's a simple janitorish patch for you: This patch mainly hinges around two includes and their ramifications: #include which provides cached_{slave,master}_mask #include which provides

Re: [PATCH] KJ: Make i8259_64 more _32-like

2007-10-30 Thread Thomas Gleixner
On Tue, 30 Oct 2007, Paul Jimenez wrote: > > Howdy! Here's a simple janitorish patch for you: > > This patch mainly hinges around two includes and their ramifications: > > #include which provides cached_{slave,master}_mask > #include which provides PIC_{MASTER,SLAVE}_{IMR,CMD} > > Adding

[PATCH] KJ: Make i8259_64 more _32-like

2007-10-29 Thread Paul Jimenez
Howdy! Here's a simple janitorish patch for you: This patch mainly hinges around two includes and their ramifications: #include which provides cached_{slave,master}_mask #includewhich provides PIC_{MASTER,SLAVE}_{IMR,CMD} Adding these two includes and using those half dozen or so def