linux-2.3 jsm

John Marvin jsm@puffin.external.hp.com
Tue, 19 Sep 2000 06:00:56 -0600


CVSROOT:	/home/cvs/parisc
Module name:	linux-2.3
Changes by:	jsm	00/09/19 06:00:56

Modified files:
	arch/parisc/kernel: entry.S 

Log message:
Remove break macro and call to handle_break. Break traps now just go to
handle_interruption like most other traps. handle_interruption will call
handle_break instead.

Make sure fault_vector_11 and fault_vector_20 are on the same page (makes
it easier to special case for kernel read only text).

Fix bug in call to os_hpmc (HPMC handler).