Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 13:02:24 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r345243 - stable/12/sys/mips/mips
Message-ID:  <201903171302.x2HD2OLe060569@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sun Mar 17 13:02:24 2019
New Revision: 345243
URL: https://svnweb.freebsd.org/changeset/base/345243

Log:
  MFC r345141:
  mips: remove dead comment and definitions.

Modified:
  stable/12/sys/mips/mips/vm_machdep.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/mips/mips/vm_machdep.c
==============================================================================
--- stable/12/sys/mips/mips/vm_machdep.c	Sun Mar 17 11:27:27 2019	(r345242)
+++ stable/12/sys/mips/mips/vm_machdep.c	Sun Mar 17 13:02:24 2019	(r345243)
@@ -456,14 +456,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?201903171302.x2HD2OLe060569>