Date: Thu, 14 Mar 2019 19:07:41 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r345141 - head/sys/mips/mips Message-ID: <201903141907.x2EJ7fem053087@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Thu Mar 14 19:07:41 2019 New Revision: 345141 URL: https://svnweb.freebsd.org/changeset/base/345141 Log: mips: remove dead comment and definitions. Reviewed by: brooks, jhb Sponsored by: The FreeBSD Foundation MFC after: 3 days Differential revision: https://reviews.freebsd.org/D19584 Modified: head/sys/mips/mips/vm_machdep.c Modified: head/sys/mips/mips/vm_machdep.c ============================================================================== --- head/sys/mips/mips/vm_machdep.c Thu Mar 14 17:20:24 2019 (r345140) +++ head/sys/mips/mips/vm_machdep.c Thu Mar 14 19:07:41 2019 (r345141) @@ -454,14 +454,6 @@ cpu_set_upcall(struct thread *td, void (*entry)(void * } /* - * Implement the pre-zeroed page mechanism. - * This routine is called from the idle loop. - */ - -#define ZIDLE_LO(v) ((v) * 2 / 3) -#define ZIDLE_HI(v) ((v) * 4 / 5) - -/* * Software interrupt handler for queued VM system processing. */ void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903141907.x2EJ7fem053087>