[COMMITTED PATCH] Define a BUSY_WAIT_NOP for sparc.

Roland McGrath roland@hack.frob.com
Mon Oct 29 18:30:00 GMT 2012


> +/* Delay in spinlock loop.  */
> +extern void __cpu_relax(void);
> +#define BUSY_WAIT_NOP	__cpu_relax()

Should be some spaces in thar.



More information about the Libc-alpha mailing list