diff options
Diffstat (limited to 'arch/um/include/mconsole.h')
| -rw-r--r-- | arch/um/include/mconsole.h | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/arch/um/include/mconsole.h b/arch/um/include/mconsole.h index b282839c1625..c139ae1d6826 100644 --- a/arch/um/include/mconsole.h +++ b/arch/um/include/mconsole.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) | 2 | * Copyright (C) 2001 Lennert Buytenhek (buytenh@gnu.org) |
| 3 | * Copyright (C) 2001, 2002 Jeff Dike (jdike@karaya.com) | 3 | * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) |
| 4 | * Licensed under the GPL | 4 | * Licensed under the GPL |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| @@ -63,7 +63,7 @@ struct mc_request | |||
| 63 | 63 | ||
| 64 | struct mconsole_request request; | 64 | struct mconsole_request request; |
| 65 | struct mconsole_command *cmd; | 65 | struct mconsole_command *cmd; |
| 66 | union uml_pt_regs regs; | 66 | struct uml_pt_regs regs; |
| 67 | }; | 67 | }; |
| 68 | 68 | ||
| 69 | extern char mconsole_socket_name[]; | 69 | extern char mconsole_socket_name[]; |
| @@ -96,14 +96,3 @@ extern void lock_notify(void); | |||
| 96 | extern void unlock_notify(void); | 96 | extern void unlock_notify(void); |
| 97 | 97 | ||
| 98 | #endif | 98 | #endif |
| 99 | |||
| 100 | /* | ||
| 101 | * Overrides for Emacs so that we follow Linus's tabbing style. | ||
| 102 | * Emacs will notice this stuff at the end of the file and automatically | ||
| 103 | * adjust the settings for this buffer only. This must remain at the end | ||
| 104 | * of the file. | ||
| 105 | * --------------------------------------------------------------------------- | ||
| 106 | * Local variables: | ||
| 107 | * c-file-style: "linux" | ||
| 108 | * End: | ||
| 109 | */ | ||
