Remove an extern that is defined elsewhere.

This commit is contained in:
John Birrell 2007-11-28 21:50:05 +00:00
parent edadde229a
commit eca148b637
2 changed files with 0 additions and 4 deletions

View File

@ -44,8 +44,6 @@
#define max_ncpus mp_ncpus #define max_ncpus mp_ncpus
#define boot_max_ncpus mp_ncpus #define boot_max_ncpus mp_ncpus
extern int hz; /* system clock's frequency */
#define TS_RUN 0 #define TS_RUN 0
#define p0 proc0 #define p0 proc0

View File

@ -44,8 +44,6 @@
#define max_ncpus mp_ncpus #define max_ncpus mp_ncpus
#define boot_max_ncpus mp_ncpus #define boot_max_ncpus mp_ncpus
extern int hz; /* system clock's frequency */
#define TS_RUN 0 #define TS_RUN 0
#define p0 proc0 #define p0 proc0