Date: Wed, 10 Jul 2002 13:15:58 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 critical.c exception.s genassym.c src/sys/i386/include critical.h proc.h Message-ID: <200207102015.g6AKFwoJ037179@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2002/07/10 13:15:58 PDT Modified files: sys/i386/i386 critical.c exception.s genassym.c sys/i386/include critical.h proc.h Log: Remove the critmode sysctl - the new method for critical_enter/exit (already the default) is now the only method for i386. Remove the paraphanalia that supported critmode. Remove td_critnest, clean up the assembly, and clean up (mostly remove) the old junk from cpu_critical_enter() and cpu_critical_exit(). Revision Changes Path 1.4 +4 -18 src/sys/i386/i386/critical.c 1.96 +0 -16 src/sys/i386/i386/exception.s 1.126 +0 -1 src/sys/i386/i386/genassym.c 1.2 +17 -45 src/sys/i386/include/critical.h 1.17 +0 -1 src/sys/i386/include/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207102015.g6AKFwoJ037179>