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
- Lines: 16
- Date:
Wed Nov 8 23:00:34 2000
- Orig file:
v2.2.17/arch/ppc/xmon/start.c
- Orig date:
Sat Sep 9 18:42:33 2000
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)