]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/div64.c
lguest: Sanitize the lguest clock.
[linux-2.6-omap-h63xx.git] / lib / div64.c
index 74f0c8cb40315f6b985c96a238dbb99b382931d6..b71cf93c529adaa3364afa4a1b997c54cc9ef363 100644 (file)
@@ -23,7 +23,7 @@
 /* Not needed on 64bit architectures */
 #if BITS_PER_LONG == 32
 
-uint32_t __div64_32(uint64_t *n, uint32_t base)
+uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base)
 {
        uint64_t rem = *n;
        uint64_t b = base;