X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=arch%2Fsparc%2Finclude%2Fasm%2Fprocessor_32.h;h=812fd08f3e6253ecb490ff149894bafae79bbc26;hb=19d402c1e75077e2bcfe17f7fe5bcfc8deb74991;hp=a564817bbc2e1de03ba60614ea4d2220ab00b4d2;hpb=b5e4111f027c4be85dbe97e090530d03c55c4cf4;p=sfrench%2Fcifs-2.6.git diff --git a/arch/sparc/include/asm/processor_32.h b/arch/sparc/include/asm/processor_32.h index a564817bbc2e..812fd08f3e62 100644 --- a/arch/sparc/include/asm/processor_32.h +++ b/arch/sparc/include/asm/processor_32.h @@ -119,6 +119,8 @@ extern struct task_struct *last_task_used_math; int do_mathemu(struct pt_regs *regs, struct task_struct *fpt); #define cpu_relax() barrier() +#define cpu_relax_lowlatency() cpu_relax() + extern void (*sparc_idle)(void); #endif