Date: Mon, 5 Jun 2017 11:04:23 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r319598 - head/sys/mips/mips Message-ID: <201706051104.v55B4NdX055177@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: trasz Date: Mon Jun 5 11:04:22 2017 New Revision: 319598 URL: https://svnweb.freebsd.org/changeset/base/319598 Log: Remove unused tlb_write_random(). Sponsored by: DARPA, AFRL Modified: head/sys/mips/mips/tlb.c Modified: head/sys/mips/mips/tlb.c ============================================================================== --- head/sys/mips/mips/tlb.c Mon Jun 5 10:59:47 2017 (r319597) +++ head/sys/mips/mips/tlb.c Mon Jun 5 11:04:22 2017 (r319598) @@ -88,13 +88,6 @@ tlb_write_indexed(void) mips_cp0_sync(); } -static inline void -tlb_write_random(void) -{ - __asm __volatile ("tlbwr" : : : "memory"); - mips_cp0_sync(); -} - static void tlb_invalidate_one(unsigned); void
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706051104.v55B4NdX055177>