Remove a bogus cast that breaks the Alpha kernel build due to -Werror.

This commit is contained in:
Dag-Erling Smørgrav 2002-03-13 19:12:31 +00:00
parent 8a1917d017
commit 51238e752e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92242

View file

@ -192,7 +192,6 @@ SYSINIT(cpu, SI_SUB_CPU, SI_ORDER_FIRST, cpu_startup, NULL)
struct msgbuf *msgbufp=0;
int Maxmem = 0;
long dumplo;
int totalphysmem; /* total amount of physical memory in system */
int physmem; /* physical memory used by NetBSD + some rsvd */