Re: [PATCH] profile: further Codying Style fixes
- From: "Paolo Ciarrocchi" <paolo.ciarrocchi@xxxxxxxxx>
- Date: Fri, 4 Jan 2008 20:48:59 +0330
On 1/4/08, Sam Ravnborg <sam@xxxxxxxxxxxx> wrote:
@@ -408,9 +406,8 @@ void profile_hits(int type, void *__pc, unsigned intnr_hits)
pc = ((unsigned long)__pc - (unsigned long)_stext) >> prof_shift;
atomic_add(nr_hits, &prof_buffer[min(pc, prof_len - 1)]);
}
-#endif /* !CONFIG_SMP */
-
EXPORT_SYMBOL_GPL(profile_hits);
+#endif /* !CONFIG_SMP */
The symbol is now not exported for non-SMP builds which is a change in
functionality.
And thats not acceptable for pure clean-up patches.
Right, i'll update the patch.
Thanks Sam.
Ciao,
--
Paolo
http://paolo.ciarrocchi.googlepages.com/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH] profile: further Codying Style fixes
- From: Paolo Ciarrocchi
- Re: [PATCH] profile: further Codying Style fixes
- From: Sam Ravnborg
- [PATCH] profile: further Codying Style fixes
- Prev by Date: Re: [PATCH] profile: further Codying Style fixes
- Next by Date: Re: [patch 2/2] Add the end-of-trace marker and the module list to WARN_ON()
- Previous by thread: Re: [PATCH] profile: further Codying Style fixes
- Next by thread: [PATCH] profile: further Codying Style fixes
- Index(es):
Relevant Pages
|