From NetBSD:
authorniklas <niklas@openbsd.org>
Sat, 4 May 1996 13:24:48 +0000 (13:24 +0000)
committerniklas <niklas@openbsd.org>
Sat, 4 May 1996 13:24:48 +0000 (13:24 +0000)
commit4cab678cdc932d85a7c8a40414028d50df2d71fc
tree4f32318c666674115433af59383e2f0a1e40d51b
parentbf4edd685a6d865ae17fecd74ebc99abecac4cf9
From NetBSD:
Add a check in the kernel reload device (/dev/reload) to protect
against the MMU switch code being in different locations between
the running kernel and the new kernel.  Returns ENODEV if the reload
fails.
Change the error return from EFAULT to ENOEXEC when kernel_reload
gets a short write on the exec header.
Missed a prototype for kernel_reload().
sys/arch/amiga/amiga/amiga_init.c