Update of /cvsroot/linux-vax/kernel-2.5/Documentation/vax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1138
Modified Files:
keep_an_eye_on.txt
Log Message:
- Mention __iomem attribute.
Index: keep_an_eye_on.txt
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/Documentation/vax/keep_an_eye_on.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- keep_an_eye_on.txt 5 Apr 2005 11:49:50 -0000 1.2
+++ keep_an_eye_on.txt 5 Apr 2005 12:12:02 -0000 1.3
@@ -30,3 +30,8 @@
- schedule_timeout(30*HZ/100);
+ msleep(300);
+- Apr 5, 2005: __iomem markers
+ The result of ioremap() and pci_iomap() etc. shall be assigned to variables
+ like "void __iomem *ioaddr;". This helps the "sparse" tool to find
+ pointer access errors.
+
|