<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- linux-2.6.19/include/asm-arm/arch-s3c2410/map.h	2006-11-29 21:57:37.000000000 +0000
+++ linux-2.6.19-test1/include/asm-arm/arch-s3c2410/map.h	2006-12-16 23:58:45.000000000 +0000
@@ -25,7 +25,7 @@
  */
 
 #ifndef __ASSEMBLY__
-#define S3C2410_ADDR(x)	  ((void __iomem *)0xF0000000 + (x))
+#define S3C2410_ADDR(x)	  ((void __iomem __force *)0xF0000000 + (x))
 #else
 #define S3C2410_ADDR(x)	  (0xF0000000 + (x))
 #endif
</pre></body></html>