Coherent4.2.10/i386/lib/disable.s

/ $Header: $
		.unixorder

/ Cheap interrupt-disable function for internal use in STREAMS, DDI/DKI.
/	void __CHEAP_DISABLE_INTS (void)
/ Prototyped in <sys/inline.h>
/ $Log: $
/
		.text
		.globl	__CHEAP_DISABLE_INTS

__CHEAP_DISABLE_INTS:
		cli
		ret