[PATCH] uml: skas0 - separate kernel address space on stock hosts
[deliverable/linux.git] / arch / um / os-Linux / sys-i386 / registers.c
index 9a0ad094d926d42cafd613f0dd005e13ffb1e028..3125d320722c9c529c1c566f2854d20439192e1b 100644 (file)
@@ -121,6 +121,11 @@ void init_registers(int pid)
                      err);
 }
 
+void get_safe_registers(unsigned long *regs)
+{
+       memcpy(regs, exec_regs, HOST_FRAME_SIZE * sizeof(unsigned long));
+}
+
 /*
  * Overrides for Emacs so that we follow Linus's tabbing style.
  * Emacs will notice this stuff at the end of the file and automatically
This page took 0.037853 seconds and 5 git commands to generate.