ia64/xen-unstable
changeset 6460:b55363593dfc
Oops, allow compile 2.6.13-rebased with CONFIG_SMP (one small fix)
author | djm@kirby.fc.hp.com |
---|---|
date | Thu Sep 01 15:28:28 2005 -0600 (2005-09-01) |
parents | 3ca4ca7a9cc2 |
children | 68d8a0a1aeb7 |
files | xen/include/asm-ia64/xensystem.h |
line diff
1.1 --- a/xen/include/asm-ia64/xensystem.h Thu Sep 01 12:46:28 2005 -0600 1.2 +++ b/xen/include/asm-ia64/xensystem.h Thu Sep 01 15:28:28 2005 -0600 1.3 @@ -71,6 +71,10 @@ extern struct task_struct *vmx_ia64_swit 1.4 } while (0) 1.5 #endif // CONFIG_VTI 1.6 1.7 +#undef switch_to 1.8 +// FIXME SMP... see system.h, does this need to be different? 1.9 +#define switch_to(prev,next,last) __switch_to(prev, next, last) 1.10 + 1.11 #define __cmpxchg_user(ptr, new, old, _size) \ 1.12 ({ \ 1.13 register long __gu_r8 asm ("r8"); \