svn commit: r345243 - stable/12/sys/mips/mips

Konstantin Belousov kib at FreeBSD.org
Sun Mar 17 13:02:25 UTC 2019


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


More information about the svn-src-stable-12 mailing list