linux grundler

Grant Grundler grundler@puffin.external.hp.com
Thu, 19 Oct 2000 14:28:29 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux
Changes by:	grundler	00/10/19 14:28:29

Modified files:
	arch/parisc/kernel: inventory.c irq.c sba_iommu.c setup.c 
	include/asm-parisc: hardware.h pgtable.h processor.h smp.h 

Log message:
Most changes in setup.c:
o added "cpu_driver_callback()" to claim CPU's found by do_inventory()
(TODO - do the same thing for memory)
o added cpuinfo_parisc cpu_data[] array and changed boot_cpu_data to
be "system wide" - ie data common to all CPU's

Other changes are mostly cleanup from the above items.