projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d93a14
)
arch/x86/kernel/apic/apic_flat_64.c: Make comment match the code
author
Jasper Spaans
<spaans@fox-it.com>
Fri, 20 Nov 2009 13:20:05 +0000
(14:20 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 4 Feb 2010 10:55:47 +0000
(11:55 +0100)
Make the comment match the code, this also holds for intel systems,
according to probe_64.c in the same directory.
Signed-off-by: Jasper Spaans <spaans@fox-it.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/kernel/apic/apic_flat_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/apic/apic_flat_64.c
b/arch/x86/kernel/apic/apic_flat_64.c
index e3c3d820c325b2cdacd136358efeb31d815b6dd4..09d3b17ce0c2479ad0ba388f1b2840d6beb8972e 100644
(file)
--- a/
arch/x86/kernel/apic/apic_flat_64.c
+++ b/
arch/x86/kernel/apic/apic_flat_64.c
@@
-223,7
+223,7
@@
struct apic apic_flat = {
};
/*
- * Physflat mode is used when there are more than 8 CPUs on a
AMD
system.
+ * Physflat mode is used when there are more than 8 CPUs on a system.
* We cannot use logical delivery in this case because the mask
* overflows, so use physical mode.
*/