Skip to content

Commit

Permalink
arch/x86/kernel/apic/apic_flat_64.c: Make comment match the code
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jasper Spaans authored and Jiri Kosina committed Feb 4, 2010
1 parent 5d93a14 commit e34b700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/apic/apic_flat_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit e34b700

Please sign in to comment.