diff -upN reference/include/linux/compiler-gcc.h current/include/linux/compiler-gcc.h --- reference/include/linux/compiler-gcc.h 2003-10-01 11:48:25.000000000 -0700 +++ current/include/linux/compiler-gcc.h 2004-04-08 15:10:21.000000000 -0700 @@ -13,5 +13,5 @@ shouldn't recognize the original var, and make assumptions about it */ #define RELOC_HIDE(ptr, off) \ ({ unsigned long __ptr; \ - __asm__ ("" : "=g"(__ptr) : "0"(ptr)); \ + __asm__ ("" : "=r"(__ptr) : "0"(ptr)); \ (typeof(ptr)) (__ptr + (off)); })