linux-2.3 willy

Matthew Wilcox willy@puffin.external.hp.com
Fri, 25 Aug 2000 07:05:21 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux-2.3
Changes by:	willy	00/08/25 07:05:21

Modified files:
	arch/parisc/kernel: hardware.c setup.c 
	include/asm-parisc: hardware.h 

Log message:
New CPU detection code.

- Make parisc_get_cpu_type() return an enum cpu_type rather than the
struct hp_cpu_type_mask.
- Make struct hp_cpu_type_mask private to hardware.c.
- Introduce the cpu_name array mapping the cpu_type to a textual
description rather than storing the text in struct hp_cpu_type_mask.
- Simplify the logic in parisc_get_cpu_type().
- update the table in hp_cpu_type_mask_list.
- make some of the tables static.