Eliminate an unused declaration. (In fact, the declaration is bogus

because the variable is defined static to pmap.c on i386.)

Found by: CScout
This commit is contained in:
Alan Cox 2008-07-04 17:36:12 +00:00
parent 97a04b5e19
commit 0cbeb44158
2 changed files with 0 additions and 2 deletions

View File

@ -79,7 +79,6 @@ int mcount_lock;
int mp_naps; /* # of Applications processors */
int boot_cpu_id = -1; /* designated BSP */
extern int nkpt;
extern struct pcpu __pcpu[];

View File

@ -131,7 +131,6 @@ int mcount_lock;
int mp_naps; /* # of Applications processors */
int boot_cpu_id = -1; /* designated BSP */
extern int nkpt;
extern struct pcpu __pcpu[];