make an auto const variable static.

This commit is contained in:
yamt 2002-06-08 15:58:47 +00:00
parent 08c9504e97
commit d5fb44ee2c
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.18 2002/04/23 12:41:04 kleink Exp $ */
/* $NetBSD: machdep.c,v 1.19 2002/06/08 15:58:47 yamt Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -597,7 +597,7 @@ identifycpu()
{
register int pvr, hid1;
char *mach, *pup, *cpu;
const char pll[] = {10, 10, 70, 0, 20, 65, 25, 45,
static const char pll[] = {10, 10, 70, 0, 20, 65, 25, 45,
30, 55, 40, 50, 15, 60, 35, 0};
const char *p5type_p = (const char *)0xf00010;
int cpuclock, busclock;