[patch 8/8] serial/icom: remove custom msleep()
janitor_at_sternwelten.at
Date: 10/31/04
- Previous message: Rik van Riel: "Re: Continual panics... Kernel 2.6.9 - VP6 motherboard dual 866MHz PIII"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: rmk+lkml@arm.linux.org.uk Date: Sun, 31 Oct 2004 00:47:22 +0200
Any comments would be appreciated.
Description: Remove custom msleep() to guarantee
the task delays as expected.
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Maximilian Attems <janitor@sternwelten.at>
---
linux-2.6.10-rc1-max/drivers/serial/icom.c | 6 ------
1 files changed, 6 deletions(-)
diff -puN drivers/serial/icom.c~remove-custom-msleep-drivers_serial_icom drivers/serial/icom.c
--- linux-2.6.10-rc1/drivers/serial/icom.c~remove-custom-msleep-drivers_serial_icom 2004-10-24 17:05:49.000000000 +0200
+++ linux-2.6.10-rc1-max/drivers/serial/icom.c 2004-10-24 17:05:49.000000000 +0200
@@ -140,12 +140,6 @@ static inline void trace(struct icom_por
static inline void trace(struct icom_port *icom_port, char *trace_pt, unsigned long trace_data) {};
#endif
-static void msleep(unsigned long msecs)
-{
- set_current_state(TASK_UNINTERRUPTIBLE);
- schedule_timeout(MSECS_TO_JIFFIES(msecs));
-}
-
static void free_port_memory(struct icom_port *icom_port)
{
struct pci_dev *dev = icom_port->adapter->pci_dev;
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Rik van Riel: "Re: Continual panics... Kernel 2.6.9 - VP6 motherboard dual 866MHz PIII"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: [patch] move wakeup code to .c
... +int mode_defined; ... +void probe_cards; ... +static void
vga_recalc_vertical ... (Linux-Kernel) - [PATCH,RFC 2.6.14 06/15] KGDB: IA64-specific changes
... +void kgdb_put_reg(char *inbuffer, char *outbuffer, int regnum, ... +static
int kgdb_arch_remove_breakpoint ... +static void inline normalize(struct unw_frame_info
*running, ... (Linux-Kernel) - [patch 06/15] Basic IA64 support
... +void kgdb_put_reg(char *inbuffer, char *outbuffer, int regnum, ... +static
int kgdb_arch_remove_breakpoint ... +static void inline normalize(struct unw_frame_info
*running, ... (Linux-Kernel) - [patch 06/16] Add support for IA64 platforms to KGDB
... +void kgdb_put_reg(char *inbuffer, char *outbuffer, int regnum, ... +static
int kgdb_arch_remove_breakpoint ... +static void inline normalize(struct unw_frame_info
*running, ... (Linux-Kernel) - [PATCH 1/2] kmemcheck v3
... +static void * ... +#ifdef CONFIG_KMEMCHECK_DEBUG ... (Linux-Kernel)