[IA64] Use static const char * const in palinfo.c

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
Joe Perches 2010-09-13 21:23:48 -07:00 committed by Tony Luck
parent 57aebd7739
commit c216488cd1
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ register_info(char *page)
unsigned long phys_stacked;
pal_hints_u_t hints;
unsigned long iregs, dregs;
char *info_type[]={
static const char * const info_type[] = {
"Implemented AR(s)",
"AR(s) with read side-effects",
"Implemented CR(s)",