SOURCES (LINUX_2_6_20): linux-2.6.20-rc5-profile_hits.patch (NEW) ...

mguevara mguevara at pld-linux.org
Sun Jan 14 21:38:44 CET 2007


Author: mguevara                     Date: Sun Jan 14 20:38:44 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- http://lkml.org/lkml/2007/1/12/18

---- Files affected:
SOURCES:
   linux-2.6.20-rc5-profile_hits.patch (NONE -> 1.1.2.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/linux-2.6.20-rc5-profile_hits.patch
diff -u /dev/null SOURCES/linux-2.6.20-rc5-profile_hits.patch:1.1.2.1
--- /dev/null	Sun Jan 14 21:38:44 2007
+++ SOURCES/linux-2.6.20-rc5-profile_hits.patch	Sun Jan 14 21:38:39 2007
@@ -0,0 +1,23 @@
+Signed-off-by: Andrew Morton <akpm at osdl.org>
+ kernel/profile.c |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+diff -puN kernel/profile.c~kvm-add-vm-exit-profiling-fix kernel/profile.c
+--- a/kernel/profile.c~kvm-add-vm-exit-profiling-fix
++++ a/kernel/profile.c
+@@ -331,7 +331,6 @@ out:
+ 	local_irq_restore(flags);
+ 	put_cpu();
+ }
+-EXPORT_SYMBOL_GPL(profile_hits);
+ 
+ static int __devinit profile_cpu_callback(struct notifier_block *info,
+ 					unsigned long action, void *__cpu)
+@@ -401,6 +400,8 @@ void profile_hits(int type, void *__pc, 
+ }
+ #endif /* !CONFIG_SMP */
+ 
++EXPORT_SYMBOL_GPL(profile_hits);
++
+ void profile_tick(int type)
+ {
+ 	struct pt_regs *regs = get_irq_regs();
================================================================


More information about the pld-cvs-commit mailing list