bame
Paul Bame
bame@puffin.external.hp.com
Fri, 12 Nov 1999 12:54:18 -0700 (MST)
Update of /home/cvs/parisc/linux/arch/parisc/kernel
In directory puffin.external.hp.com:/tmp/cvs-serv31305
Modified Files:
Makefile head.S setup.c
Added Files:
realmode_setup.c
Log Message:
Move logic from head.S and setup.c into realmode_setup.c which is
C code executing in real mode. It's a bit delicate at the moment.
This does not include ftr's head.S changes which install an HPMC
handler. There is skeleton code in realmode_setup.c, translated
from ftr's assembly, to do this but
it's commented out at the moment because the resulting compiled code
doesn't run in real mode, probably because the compiler generates
a reference to memory at 0xCxxx xxxx which isn't available yet.