summaryrefslogtreecommitdiff
path: root/usr/src/uts/sun4u/ml/mc-us3_asm.s
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/sun4u/ml/mc-us3_asm.s')
-rw-r--r--usr/src/uts/sun4u/ml/mc-us3_asm.s19
1 files changed, 0 insertions, 19 deletions
diff --git a/usr/src/uts/sun4u/ml/mc-us3_asm.s b/usr/src/uts/sun4u/ml/mc-us3_asm.s
index bd4db0be5d..50b6b78be3 100644
--- a/usr/src/uts/sun4u/ml/mc-us3_asm.s
+++ b/usr/src/uts/sun4u/ml/mc-us3_asm.s
@@ -26,29 +26,11 @@
* Assembly code support for Memory Control driver
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
-#if !defined(lint)
#include "assym.h"
#include <sys/mc-us3.h>
-#endif /* lint */
#include <sys/asm_linkage.h>
-#if defined(lint)
-
-/*
- * routine to get value of Memory Control Registers
- */
-/* ARGSUSED */
-uint64_t
-get_mcr(int offset)
-{
- return ((uint64_t)0);
-}
-
-#else /* lint */
-
! This routine is to get content of Memory Control Registers
ENTRY(get_mcr)
! input
@@ -59,4 +41,3 @@ get_mcr(int offset)
nop
SET_SIZE(get_mcr)
-#endif /* lint */