uml: mark tt-mode code for future removal
Mark some tt-mode-only code as such. Also cleaned up some formatting. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
b4ffb6ad8d
commit
48b2018469
@@ -45,7 +45,8 @@ int ptrace_setfpregs(long pid, unsigned long *regs)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* All the below stuff is of interest for TT mode only */
|
#ifdef UML_CONFIG_MODE_TT
|
||||||
|
|
||||||
static void write_debugregs(int pid, unsigned long *regs)
|
static void write_debugregs(int pid, unsigned long *regs)
|
||||||
{
|
{
|
||||||
struct user *dummy;
|
struct user *dummy;
|
||||||
@@ -128,13 +129,4 @@ void update_debugregs(int seq)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
#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:
|
|
||||||
*/
|
|
||||||
|
Reference in New Issue
Block a user