[PATCH] ppc sparse annotations: emulate_string_inst()
authorAl Viro <viro@www.linux.org.uk>
Mon, 25 Apr 2005 14:55:58 +0000 (07:55 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 25 Apr 2005 14:55:58 +0000 (07:55 -0700)
replaced declaration of EA from u32 to unsigned long - this beast is
used only to cast it to (userland) pointer and proper integer type for
that is unsigned long.

Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found