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:
parent
97a04b5e19
commit
0cbeb44158
@ -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[];
|
||||
|
||||
|
@ -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[];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user