commit | 91de1fff2d431fec1162333a1e4fad9a53cd5b9e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@www.linux.org.uk> | Mon Apr 25 07:55:58 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon Apr 25 07:55:58 2005 -0700 |
tree | 419610113c96db5623b912f7242fb1dfe9c2fe22 | |
parent | d01daf72f0a238c5ccfba7bf82999e384927412e [diff] |
[PATCH] ppc sparse annotations: emulate_string_inst() 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>