]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
handle reserved/unimplemented instruction (opDec) faults
authorgallatin <gallatin@FreeBSD.org>
Mon, 5 Mar 2001 21:21:01 +0000 (21:21 +0000)
committergallatin <gallatin@FreeBSD.org>
Mon, 5 Mar 2001 21:21:01 +0000 (21:21 +0000)
commit879f1f29f60b127a5399eec123c5b4aa2282a98f
treee89e3df56337400dc95d988e76c7f80c014e56aa
parent724856f88e1ffb72fefd7587d42aef40e12a9c69
handle reserved/unimplemented instruction (opDec) faults

This lets us run programs containing newer (eg bwx) instructions
on older (eg EV5 and less) machines.  One win is that we can
now run Acrobat4 on EV4s and EV5s.

Obtained from: NetBSD
Glanced at by: mjacob
sys/alpha/alpha/db_instruction.h
sys/alpha/alpha/trap.c