> Repeating diffs from i386, amd64, sh.  Improve alpha diff to handle an
> additional fault case.  Adding diffs for powerpc, powerc64, and m88k.

The m88k diff is incomplete:
- changes need to be done in both m88100_trap() and m88110_trap().
- the uvm_map_inentry() check should be put after the user_fault and
  m88110_user_fault labels, which implies the KERNEL_LOCK must be moved
  after these labels and removed from the two code paths jumping to
  these labels.

Reply via email to