X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fum%2Finclude%2Fregisters.h;h=83b688ca198fb3c0e01f8e8acd2b55a5c50f19c6;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=87899df0072f81cd69594562d8963b730e2541c2;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/arch/um/include/registers.h b/arch/um/include/registers.h index 87899df00..83b688ca1 100644 --- a/arch/um/include/registers.h +++ b/arch/um/include/registers.h @@ -9,19 +9,12 @@ #include "sysdep/ptrace.h" extern void init_thread_registers(union uml_pt_regs *to); +extern int save_fp_registers(int pid, unsigned long *fp_regs); +extern int restore_fp_registers(int pid, unsigned long *fp_regs); extern void save_registers(int pid, union uml_pt_regs *regs); extern void restore_registers(int pid, union uml_pt_regs *regs); extern void init_registers(int pid); +extern void get_safe_registers(unsigned long * regs, unsigned long * fp_regs); +extern void get_thread_regs(union uml_pt_regs *uml_regs, void *buffer); #endif - -/* - * Overrides for Emacs so that we follow Linus's tabbing style. - * Emacs will notice this stuff at the end of the file and automatically - * adjust the settings for this buffer only. This must remain at the end - * of the file. - * --------------------------------------------------------------------------- - * Local variables: - * c-file-style: "linux" - * End: - */