]> git.neil.brown.name Git - history.git/commit
[PATCH] sparc64 missing volatile in io.h prototypes
authorAlexander Viro <viro@parcelfarce.linux.theplanet.co.uk>
Thu, 21 Oct 2004 11:04:43 +0000 (04:04 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 21 Oct 2004 11:04:43 +0000 (04:04 -0700)
commit5ce4d219cb2e0b1fc1c899555c4452f45020a25a
tree52ec43451e11b6c130392c37a3f061bf65e0543f
parent91f725b8f1b58a8d84cf1575fa0ff2a4bbd1627f
[PATCH] sparc64 missing volatile in io.h prototypes

A bunch of places passes volatile pointers to readb() et.al.;
sparc64 has their arguments declared as void __iomem *.  Prototypes
changed to match other platforms.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-sparc64/io.h