K 10 svn:author V 8 gallatin K 8 svn:date V 27 2001-04-17T14:20:33.000000Z K 7 svn:log V 340 Changes to support SMP: - don't do the stack overflow sanity check on MP systems -- p->p_addr will be malloc'ed memory (not K0SEG) and the check will fail. - don't ignore clock interrupts on secondaries. Alphas apparently roundrobin clock interrupts to all cpus, so we're going to take clock interrupts on all CPUS and not forward them. END