Skip to content
Snippets Groups Projects
Commit e34b7005 authored by Jasper Spaans's avatar Jasper Spaans Committed by Jiri Kosina
Browse files

arch/x86/kernel/apic/apic_flat_64.c: Make comment match the code


Make the comment match the code, this also holds for intel systems,
according to probe_64.c in the same directory.

Signed-off-by: default avatarJasper Spaans <spaans@fox-it.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 5d93a142
No related branches found
No related tags found
No related merge requests found
...@@ -223,7 +223,7 @@ struct apic apic_flat = { ...@@ -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 * We cannot use logical delivery in this case because the mask
* overflows, so use physical mode. * overflows, so use physical mode.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment