[IA64] setup.c Typo fix "Architechtuallly"
s/Architechtuallly/Architecturally/ Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
parent
faa18530b5
commit
ad7b67e511
1 changed files with 1 additions and 1 deletions
|
@ -592,7 +592,7 @@ void __cpuinit sn_cpu_init(void)
|
|||
/*
|
||||
* Don't check status. The SAL call is not supported on all PROMs
|
||||
* but a failure is harmless.
|
||||
* Architechtuallly, cpu_init is always called twice on cpu 0. We
|
||||
* Architecturally, cpu_init is always called twice on cpu 0. We
|
||||
* should set cpu_number on cpu 0 once.
|
||||
*/
|
||||
if (cpuid == 0) {
|
||||
|
|
Loading…
Reference in a new issue