linux bame
Paul Bame
bame@puffin.external.hp.com
Tue, 10 Oct 2000 11:42:04 -0600
CVSROOT: /home/cvs/parisc
Module name: linux
Changes by: bame 00/10/10 11:42:04
Modified files:
arch/parisc/mm : init.c
drivers/video : sti-bmode.h sti.h sticon-bmode.c sticon.c
Log message:
STI copies code to data RAM and then executes it, so jsm's kernel
protection doesn't seem like a good idea but I could be wrong, anyway
it's #ifdef-ed for CONFIG_STI_CONSOLE which is a hack.
After copying the code to RAM, neither the I nor D cache was flushed -- gaak!
My earlier changes to sti*h changing the STI_PTR in STI_CALL() were wrong.