Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Matthew Wilcox <willy@debian.org>
To: Christoph Plattner <christoph.plattner@gmx.at>
Cc: Thomas Marteau <marteaut@esiee.fr>,
	grundler@puffin.external.hp.com, ryan_bradetich@uswest.net,
	"parisc-linux@lists.parisc-linux.org"
	<parisc-linux@lists.parisc-linux.org>
Subject: Re: [parisc-linux] Re: E55 status
Date: Mon, 19 Nov 2001 23:33:55 +0000	[thread overview]
Message-ID: <20011119233355.B652@parcelfarce.linux.theplanet.co.uk> (raw)
In-Reply-To: <3BF98AD5.9BCB6861@gmx.at>; from christoph.plattner@gmx.at on Mon, Nov 19, 2001 at 11:42:29PM +0100

Let's try a quick audit...

On Mon, Nov 19, 2001 at 11:42:29PM +0100, Christoph Plattner wrote:
> cvs server: Diffing .
> cvs server: Diffing Documentation

could you use the cvsrc distributed as part of build-tools?  it removes
this extra verbiage...

> +	/* wait for a keyboard (rs232)-input */
> +	do {
> +		unsigned long flags;
> +
> +		save_flags(flags);
> +		cli();
> +		status = real32_call(PAGE0->mem_kbd.iodc_io,
> +			(unsigned long)PAGE0->mem_kbd.hpa, ENTRY_IO_CIN,
> +			PAGE0->mem_kbd.spa, __pa(PAGE0->mem_kbd.dp.layers),
> +			__pa(iodc_retbuf), 0, __pa(iodc_dbuf), 1, 0);
> +		restore_flags(flags);
> +		ch = *iodc_dbuf;	/* save the character directly to ch */
> +	} while (0) ;                   /* once !! */

please use spin_lock_irqsave/restore instead.

> #ifdef SERIAL_INLINE
> #define _INLINE_ inline
> #else
> #define _INLINE_
> #endif

i hate this.  all examples of this have been removed from our tree afaik..

have to go out now... back later.

-- 
Revolutions do not require corporate support.

  parent reply	other threads:[~2001-11-19 23:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-04 22:21 [parisc-linux] Changes in Puffin Hardware Database !! Christoph Plattner
     [not found] ` <3BF4E38C.D59603FE@esiee.fr>
2001-11-18  2:24   ` [parisc-linux] Re: E55 status Christoph Plattner
2001-11-19 16:45     ` Grant Grundler
2001-11-19 18:29     ` Ryan Bradetich
2001-11-19 22:42   ` Christoph Plattner
2001-11-19 23:04     ` [parisc-linux] Re: E55 status - ADDENDUM TO DRIVER Christoph Plattner
2001-11-19 23:24       ` Matthew Wilcox
2001-11-19 23:33     ` Matthew Wilcox [this message]
2001-11-20  0:14       ` [parisc-linux] Re: E55 status - NEW CVS DIFF (DRIVER) Christoph Plattner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011119233355.B652@parcelfarce.linux.theplanet.co.uk \
    --to=willy@debian.org \
    --cc=christoph.plattner@gmx.at \
    --cc=grundler@puffin.external.hp.com \
    --cc=marteaut@esiee.fr \
    --cc=parisc-linux@lists.parisc-linux.org \
    --cc=ryan_bradetich@uswest.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox