From 6ac69b9e8b1fd0a0c01fff97ef2c9510c8934330 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Tue, 20 Jan 2015 08:01:27 -0500 Subject: 5545 remove unused pritospl and spltopri Reviewed by: Marcel Telka Reviewed by: Dan McDonald Reviewed by: Garrett D'Amore Approved by: Robert Mustacchi --- usr/src/uts/intel/sys/spl.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'usr/src/uts/intel/sys') diff --git a/usr/src/uts/intel/sys/spl.h b/usr/src/uts/intel/sys/spl.h index 9e0619204e..2f74eb31c9 100644 --- a/usr/src/uts/intel/sys/spl.h +++ b/usr/src/uts/intel/sys/spl.h @@ -27,25 +27,15 @@ #ifndef _SYS_SPL_H #define _SYS_SPL_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifdef __cplusplus extern "C" { #endif -/* - * Convert system interrupt priorities (0-7) into a psr for splx. - * In general, the processor priority (0-15) should be 2 times - * the system pririty. - */ -#define pritospl(n) ((n) << 1) - /* * on x86 platform these are identity functions */ #define ipltospl(n) (n) #define spltoipl(n) (n) -#define spltopri(n) (n) /* * Hardware spl levels -- cgit v1.2.3