__xchg8
extern unsigned long __xchg8(char, volatile char *);
case 1: return __xchg8((char) x, (volatile char *) ptr);
EXPORT_SYMBOL(__xchg8);