NetBSD/sys/arch/landisk
uwe 1c4039c864 PR 51724 - landisk fails to reboot.
machine_reset() - instead of trying to cause an invalid data access
that gcc will optimize away, just use "trapa" instruction.

G/c assignment to EXPEVT, it will be set by the actual reset.  That
assignment has been probably cargo-culted from cpu_reset() that
manually jumps to 0xa0000000 (the reset address) instead of triggering
a reset.

TODO: This code should be SuperH generic cpu_reset().
2016-12-17 01:32:22 +00:00
..
compile
conf wildcard speaker attachments, now that we can handle many of them. 2016-12-13 20:42:15 +00:00
dev
include Declare machine_cpu() __dead. 2016-12-17 01:10:38 +00:00
landisk PR 51724 - landisk fails to reboot. 2016-12-17 01:32:22 +00:00
stand Sprinkle NOPIE 2016-08-28 08:51:52 +00:00
Makefile