[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070326185209.GA5293@martell.zuzino.mipt.ru>
Date: Mon, 26 Mar 2007 22:52:09 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: Joerg Roedel <joro-lkml@...g.org>
Cc: linux-kernel@...r.kernel.org
Subject: Re: [PATCH] riscom8: fix use of deprecated functions
On Sun, Mar 25, 2007 at 10:36:02PM +0200, Joerg Roedel wrote:
> This patch replaces the deprecated functions in drivers/char/riscom8.c
> and fixes the compile warnings they produced.
That's not the point of exercise. Make it SMP-safe, instead.
> --- a/drivers/char/riscom8.c
> +++ b/drivers/char/riscom8.c
> @@ -226,13 +226,13 @@ static void __init rc_init_CD180(struct riscom_board const * bp)
> {
> unsigned long flags;
>
> - save_flags(flags); cli();
> + local_irq_save(flags);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists