patch-2.2.18 linux/arch/ppc/xmon/start.c

Next file: linux/arch/ppc/xmon/xmon.c
Previous file: linux/arch/ppc/vmlinux.lds
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/ppc/xmon/start.c linux/arch/ppc/xmon/start.c
@@ -467,3 +467,15 @@
     *p = 0;
     return str;
 }
+
+void
+xmon_enter(void)
+{
+	pmu_suspend();
+}
+
+void
+xmon_leave(void)
+{
+	pmu_resume();
+}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)