[parisc-linux-cvs] linux rbrad
rbrad@puffin.external.hp.com
rbrad@puffin.external.hp.com
Mon, 17 Sep 2001 16:13:54 -0600
CVSROOT: /home/cvs/parisc
Module name: linux
Changes by: rbrad 01/09/17 16:13:54
Modified files:
. : Makefile
arch/parisc/kernel: Makefile setup.c
drivers/gsc : gsc.c
init : main.c
Added files:
arch/parisc/kernel: processor.c
Log message:
* Move the do_device_inventory() from setup_arch()
to parisc_init().
* Renames the poorly named gsc_init function
to parisc_init and moves from drivers/gsc/gsc.c
to arch/parisc/kernel/setup.c
* Seperates the arch/parisc/kernel/setup.c file
into setup routines and the processor driver.
* Removes the register_fallback_cpu code, it should
now be obsolete.