Don't declare a nonexistent function.
Fix formatting of recent changes.
This commit is contained in:
parent
68ce291bbc
commit
6672135ea4
@ -30,7 +30,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: spl.h,v 1.9 1995/08/08 04:50:50 dyson Exp $
|
||||
* $Id: spl.h,v 1.10 1995/08/09 02:39:32 dyson Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_IPL_H_
|
||||
@ -94,8 +94,6 @@ extern unsigned tty_imask; /* group of interrupts masked with spltty() */
|
||||
|
||||
#define schedsofttty() (*(unsigned *)&idelayed |= SWI_TTY_PENDING)
|
||||
|
||||
void unpend_V __P((void));
|
||||
|
||||
#ifdef __GNUC__
|
||||
|
||||
void splz __P((void));
|
||||
@ -105,7 +103,7 @@ static __inline int name(void) \
|
||||
{ \
|
||||
unsigned x; \
|
||||
\
|
||||
__asm __volatile("":::"memory"); \
|
||||
__asm __volatile("" : : : "memory"); \
|
||||
x = cpl; \
|
||||
set_cpl; \
|
||||
return (x); \
|
||||
|
Loading…
Reference in New Issue
Block a user