diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-08-06 21:06:33 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-08-06 21:06:33 +0000 |
commit | aa87013e3acbf111a4c4e25320b2f005db2ba4f9 (patch) | |
tree | 424ff6dee9365945c6e0d0fd8a7cd315b85f95bc /sys/arch/sgi/include/autoconf.h | |
parent | 1aa4c63de5d4385b4e4c5bf0a5ad52eb1a0c729e (diff) |
Remove _InvalidateICachePage cache op, it isn't used by anything.
Diffstat (limited to 'sys/arch/sgi/include/autoconf.h')
-rw-r--r-- | sys/arch/sgi/include/autoconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sgi/include/autoconf.h b/sys/arch/sgi/include/autoconf.h index 0b16587d677..e6a83e4ce2d 100644 --- a/sys/arch/sgi/include/autoconf.h +++ b/sys/arch/sgi/include/autoconf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.h,v 1.18 2009/06/13 21:48:03 miod Exp $ */ +/* $OpenBSD: autoconf.h,v 1.19 2009/08/06 21:06:32 miod Exp $ */ /* * Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -59,7 +59,6 @@ struct sys_rec { /* Published cache operations. */ void (*_SyncCache)(void); void (*_InvalidateICache)(vaddr_t, int); - void (*_InvalidateICachePage)(vaddr_t); void (*_SyncDCachePage)(vaddr_t); void (*_HitSyncDCache)(vaddr_t, int); void (*_IOSyncDCache)(vaddr_t, int, int); |