linux-2.3 bame

Paul Bame bame@puffin.external.hp.com
Wed, 20 Sep 2000 15:54:53 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux-2.3
Changes by:	bame	00/09/20 15:54:53

Modified files:
	arch/parisc/kernel: setup.c 
	arch/parisc/real: real1.c real2.S 
	include/asm-parisc: pdc.h 
Removed files:
	arch/parisc64/real: hpmc_s.S 

Log message:
remove pdc_init()

Remove _pdc_call(), generic_pdc_call(), and real_stage3(), replacing
them with real32_call() or real64_call() as appropriate.  Both real*_call()
routines special-case 0 as their first parameter to mean to call
PAGE0->mem_pdc(), eliminating the difference between iodc-related and
pdc-related interfaces.

Get rid of function pointers.

Restructure (again) the real-call internals, removing real-mode C code.