|
Changelog for uml-patch-2.4.18-16.bz2
Release Date : Apr 10 2002
Released By : jdike
-
Started merging in James McMechan's partition patch.
-
Got rid of arch_syscall_trace and thread.arch.
-
Got rid of the NULLing of kernel thread mm and active_mm.
-
The SIGIO boot tester now checks for /dev/ptmx and /dev/ptyp0 before
going ahead with seeing if output SIGIOs work.
arch_check_bugs similarly checks for /proc/cpuinfo.
cpu_has_cmov and cpu_has_xmm now have reasonable default values if
they can't be determined experimentally.
-
Put timer_ready in the unprotected section. This may help the jail
crashes.
Also backed out the previous fix which called unprotect_kernel_mem only
if the interrupt happened in user mode.
-
Fixed the panic caused by physical memory not being a multiple of 8M.
-
Removed the BUG from mk_phys_pte.
|