.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
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 |
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
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
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
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]
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
7 matches
Mail list logo