On Sat, 2003-02-15 at 12:30, Alan Cox wrote:
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.61/include/asm-ia64/sn/router.h linux-2.5.61-ac1/include/asm-ia64/sn/router.h
> --- linux-2.5.61/include/asm-ia64/sn/router.h 2003-02-10 18:38:16.000000000 +0000
> +++ linux-2.5.61-ac1/include/asm-ia64/sn/router.h 2003-02-14 23:30:42.000000000 +0000
> @@ -500,7 +500,7 @@
>
> /*
> * Everything below here is for kernel use only and may change at
> - * at any time with or without a change in teh revision number
> + * at any time with or without a change in the revision number
> *
> * Any pointers or things that come and go with DEBUG must go at
> * the bottom of the structure, below the user stuff.
> -
Here is a similar fix in arch/alpha:
Steven
--- linux-2.5.61/arch/alpha/kernel/sys_marvel.c.orig Sat Feb 15 12:45:14 2003
+++ linux-2.5.61/arch/alpha/kernel/sys_marvel.c Sat Feb 15 12:45:31 2003
@@ -223,7 +223,7 @@
*/
val = io7->csrs->PO7_LSI_CTL[which].csr;
val &= ~(0x1ffUL << 14); /* clear the target pid */
- val |= ((unsigned long)where << 14); /* set teh new target pid */
+ val |= ((unsigned long)where << 14); /* set the new target pid */
io7->csrs->PO7_LSI_CTL[which].csr = val;
mb();
@@ -240,7 +240,7 @@
*/
val = io7->csrs->PO7_MSI_CTL[which].csr;
val &= ~(0x1ffUL << 14); /* clear the target pid */
- val |= ((unsigned long)where << 14); /* set teh new target pid */
+ val |= ((unsigned long)where << 14); /* set the new target pid */
io7->csrs->PO7_MSI_CTL[which].csr = val;
mb();
-
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/
This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:01:04 EST