On Wed, Jan 6, 2010 at 15:34, Jason Wessel wrote: > Mike Frysinger wrote: >> also, i see you added "notrace" to the Blackfin probe_kernel_write ... >> was that intentional ? if so, this should probably go into >> include/linux/uaccess.h instead > > The notrace was just a cut and paste of the original in mm/maccess.c
ah, i thought i checked mm/maccess.c, but i guess i looked at just probe_kernel_read(). the fact that this was missed under the Blackfin code is a good example for why notrace should be on prototypes, not function definitions :). i'll send a sep patch for just this. -mike ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
