*** /usr/src/linux-2.2.6/include/asm/system.h Thu Apr 1 00:00:29 1999
--- system.h Thu Apr 29 17:01:37 1999
***************
*** 292,300 ****
{
switch (size) {
case 4:
! return xchg_u32(ptr, x);
case 8:
! return xchg_u64(ptr, x);
}
__xchg_called_with_bad_pointer();
return x;
--- 292,300 ----
{
switch (size) {
case 4:
! return xchg_u32((volatile int *)ptr, x);
case 8:
! return xchg_u64((volatile long *)ptr, x);
}
__xchg_called_with_bad_pointer();
return
-- Nils Faerber (Linux Nils) eMail: nils@unix-ag.org Student of computer science http://www.si.unix-ag.org/~nils/ Unix user group, University of Siegen, GermanySiegen ... the arctic rain forest!
--
-- To unsubscribe: send e-mail to axp-list-request@redhat.com with 'unsubscribe' as the subject. Do not send it to axp-list@redhat.com
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/