diff options
Diffstat (limited to 'usr/src/uts/sun4v/ml/mach_interrupt.s')
| -rw-r--r-- | usr/src/uts/sun4v/ml/mach_interrupt.s | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/usr/src/uts/sun4v/ml/mach_interrupt.s b/usr/src/uts/sun4v/ml/mach_interrupt.s index e49ee12d91..456651cbde 100644 --- a/usr/src/uts/sun4v/ml/mach_interrupt.s +++ b/usr/src/uts/sun4v/ml/mach_interrupt.s @@ -23,12 +23,7 @@ * Use is subject to license terms. */ -#if defined(lint) -#include <sys/types.h> -#include <sys/thread.h> -#else /* lint */ #include "assym.h" -#endif /* lint */ #include <sys/asm_linkage.h> #include <sys/machthread.h> @@ -47,14 +42,6 @@ #include <sys/traptrace.h> #endif /* TRAPTRACE */ -#if defined(lint) - -void -cpu_mondo(void) -{} - -#else /* lint */ - /* * (TT 0x7c, TL>0) CPU Mondo Queue Handler @@ -195,16 +182,6 @@ sfmmu_shctx_cpu_mondo_patch: /* Never Reached */ SET_SIZE(cpu_mondo) -#endif /* lint */ - -#if defined(lint) - -void -dev_mondo(void) -{} - -#else /* lint */ - /* * (TT 0x7d, TL>0) Dev Mondo Queue Handler @@ -344,11 +321,7 @@ dev_mondo(void) /* Never Reached */ SET_SIZE(dev_mondo) -#endif /* lint */ -#if defined(lint) -uint64_t cpu_mondo_inval; -#else /* lint */ .seg ".data" .global cpu_mondo_inval .align 8 @@ -356,17 +329,8 @@ cpu_mondo_inval: .skip 8 .seg ".text" -#endif /* lint */ -#if defined(lint) - -void -resumable_error(void) -{} - -#else /* lint */ - /* * (TT 0x7e, TL>0) Resumeable Error Queue Handler * We keep a shadow copy of the queue in kernel buf. @@ -482,15 +446,6 @@ resumable_error(void) /*NOTREACHED*/ SET_SIZE(resumable_error) -#endif /* lint */ - -#if defined(lint) - -void -nonresumable_error(void) -{} - -#else /* lint */ /* * (TT 0x7f, TL>0) Non-resumeable Error Queue Handler @@ -663,4 +618,3 @@ nonresumable_error(void) /*NOTREACHED*/ SET_SIZE(nonresumable_error) -#endif /* lint */ |
