[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:
parent
57aebd7739
commit
c216488cd1
1 changed files with 1 additions and 1 deletions
|
@ -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)",
|
||||
|
|
Loading…
Reference in a new issue