[PATCH] mtrr use type bool [RESEND AGAIN]

2007-11-12 Thread Paul Jimenez
mization. As a truly minor aside, I removed a couple of comments documenting a 'do_safe' parameter that seems to no longer exist. Signed-off-by: Paul Jimenez <[EMAIL PROTECTED]> --- Resending because no one picked it up last time. arch/x86/kernel/cpu/mtrr/amd.c |

[PATCH] Make i8259_64 more _32-like and remove io_ports.h

2007-11-12 Thread Paul Jimenez
.c and i8259_64.c, thus making it easier for the real substantitive differences between them to show up, and hopefully therefore making it easier to eventually merge the two. Also, there's some cleanup of i8259_* code to make checkpatch happier. Signed-off-by: Paul Jimenez <[EMAIL P

[PATCH] mtrr use type bool [RESEND]

2007-11-02 Thread Paul Jimenez
27; parameter that seems to no longer exist. Signed-off-by: Paul Jimenez <[EMAIL PROTECTED]> diff --git a/arch/x86/kernel/cpu/mtrr/amd.c b/arch/x86/kernel/cpu/mtrr/amd.c index 0949cdb..ee2331b 100644 --- a/arch/x86/kernel/cpu/mtrr/amd.c +++ b/arch/x86/kernel/cpu/mtrr/amd.c @@ -53,8 +53,6 @@ s

Re: [PATCH] mtrr use type bool

2007-10-31 Thread Paul Jimenez
On Wednesday, Oct 31, 2007, Richard Knutsson writes: >> if (likely(replace < 0)) >> usage_table[i] = 1; >> else { >> -usage_table[i] = usage_table[replace] + !!increment; >> +usage_table[i] = usage_table[replace]

[PATCH] mtrr use type bool

2007-10-30 Thread Paul Jimenez
mization. As a truly minor aside, I removed a couple of comments documenting a 'do_safe' parameter that seems to no longer exist. Signed-off-by: Paul Jimenez <[EMAIL PROTECTED]> diff --git a/arch/x86/kernel/cpu/mtrr/amd.c b/arch/x86/kernel/cpu/mtrr/amd.c index 0949cdb..ee2331b 1

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

2007-10-30 Thread Paul Jimenez
asier to eventually merge the two. All the warnings that checkpatch.pl throws (missing spaces after commas and >80 character lines) exist intentionally to match i8259_32.c. Signed-off-by: Paul Jimenez <[EMAIL PROTECTED]> diff --git a/arch/x86/kernel/i8259_64.c b/arch/x86/kernel/i8

[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