diff options
Diffstat (limited to 'usr/src/uts/common/io/i8042.c')
-rw-r--r-- | usr/src/uts/common/io/i8042.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr/src/uts/common/io/i8042.c b/usr/src/uts/common/io/i8042.c index f8a3494f76..e5884400ab 100644 --- a/usr/src/uts/common/io/i8042.c +++ b/usr/src/uts/common/io/i8042.c @@ -865,17 +865,9 @@ i8042_intr_ops(dev_info_t *dip, dev_info_t *rdip, ddi_intr_op_t intr_op, *(int *)result = DDI_INTR_TYPE_FIXED; break; case DDI_INTROP_GETCAP: -#if defined(__sparc) - /* - * For sparc, there is concern to pass to its parent, - * so just hard code it to 0 - */ - *(int *)result = 0; -#else if (i_ddi_intr_ops(dip, rdip, intr_op, hdlp, result) == DDI_FAILURE) *(int *)result = 0; -#endif /* defined(__sparc) */ break; case DDI_INTROP_NINTRS: *(int *)result = 1; |