summaryrefslogtreecommitdiffstats
path: root/sys/sun4v/include
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2006-12-25 02:05:52 +0000
committerkmacy <kmacy@FreeBSD.org>2006-12-25 02:05:52 +0000
commitb6bfdfd30acab148ac03b36a310179f9b7f4a0e5 (patch)
treed1326a56b4c965c1f1c78c5d56e8ce219da74778 /sys/sun4v/include
parentd5addbe902dc81e89bc34c40d8bf694747c604b3 (diff)
downloadFreeBSD-src-b6bfdfd30acab148ac03b36a310179f9b7f4a0e5.zip
FreeBSD-src-b6bfdfd30acab148ac03b36a310179f9b7f4a0e5.tar.gz
- add ranged shootdowns when fewer than 64 mappings are being invalidated
Diffstat (limited to 'sys/sun4v/include')
-rw-r--r--sys/sun4v/include/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sun4v/include/smp.h b/sys/sun4v/include/smp.h
index 6ebd16d..b562c2b 100644
--- a/sys/sun4v/include/smp.h
+++ b/sys/sun4v/include/smp.h
@@ -104,7 +104,7 @@ extern char tl_ipi_level[];
extern char tl_invltlb[];
extern char tl_invlctx[];
extern char tl_invlpg[];
-extern char tl_ipi_tlb_range_demap[];
+extern char tl_invlrng[];
extern char tl_tsbupdate[];
extern char tl_ttehashupdate[];
OpenPOWER on IntegriCloud