lkml.org 
[lkml]   [2008]   [Jan]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] profile: further Codying Style fixes
> @@ -408,9 +406,8 @@ void profile_hits(int type, void *__pc, unsigned int nr_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.

Sam


\
 
 \ /
  Last update: 2008-01-04 18:15    [W:0.036 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site