]> git.baikalelectronics.ru Git - kernel.git/commit
x86, smpboot: Mark the names[] array in __inquire_remote_apic() as const
authorGreg Dietsche <Gregory.Dietsche@cuw.edu>
Fri, 1 Jul 2011 01:10:53 +0000 (20:10 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 21 Jul 2011 08:04:51 +0000 (10:04 +0200)
commita6360aafbd753e67dcdb14f68f0997e033f5bf9c
tree56f753ee7120621947b1adb953e9003f9be1a679
parent9ebdebf0251ad000a9ed2acdbe1d80a5224f2f8c
x86, smpboot: Mark the names[] array in __inquire_remote_apic() as const

This array is read-only. Make it explicit by marking as const.

Signed-off-by: Greg Dietsche <Gregory.Dietsche@cuw.edu>
Link: http://lkml.kernel.org/r/1309482653-23648-1-git-send-email-Gregory.Dietsche@cuw.edu
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot.c