tools for maintainence of LS-120/LS-240(super disk)

Rajiv Malik (rmalik@noida.hcltech.com)
Mon, 19 Nov 2001 16:14:04 +0530


hi all,
linux kernel now provides support for LS-120/LS-240 through its IDE Floppy
driver.

are there any tools available for superdisk(LS-120/LS-240), like we have for
floppies as such fdutil is one ??

Regards,
rajiv.

-----Original Message-----
From: Linus Torvalds [mailto:torvalds@transmeta.com]
Sent: Monday, November 19, 2001 7:34 AM
To: Horst von Brand
Cc: Andrea Arcangeli; ehrhardt@mathematik.uni-ulm.de;
linux-kernel@vger.kernel.org
Subject: Re: VM-related Oops: 2.4.15pre1

On Sun, 18 Nov 2001, Horst von Brand wrote:
> Linus Torvalds <torvalds@transmeta.com> said:
> > And nope, not really. It does use plain stores to page->flags, and I
agree
> > that it is ugly, but if the page was locked before calling it, all the
> > stores will be with the PG_lock bit set - and even plain stores _are_
> > documented to be atomic on x86 (and on all other reasonable
architectures
> > too).
>
> Even unaligned stores?

Actually, even unaligned stores (which page->flags is NOT) are atomic,
even if Intel strongly discourages them (for performance reasons if no
others) and there tends to be documentation that doesn't guarantee it.

Linus

-
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/
-
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/