linux grundler
Grant Grundler
grundler@puffin.external.hp.com
Mon, 22 Jan 2001 09:46:47 -0700
CVSROOT: /home/cvs/parisc
Module name: linux
Changes by: grundler 01/01/22 09:46:47
Modified files:
arch/parisc64/kernel: head.S
Log message:
First cut of CONFIG_SMP support. Applied the diff of the original
parisc/kernel/head.S and parisc64/kernel/head.S to the new version.
Thanks to jsm for spotting an oversight (ldw vs ldd) of mine.
CONFIG_SMP=n boots on A500 and gets to a login prompt.
CONFIG_SMP=y boots on A500 but stops after kswapd dies. TOC shows
CPU running in cpu_idle(). 32-bit kernel has the same symptom.
Didn't test this on c3k since machine at home is disfunctional.