These patches work for 2.4.0-pre9 too.

--- linux-2.4.0/include/asm-i386/highmem.h      Tue Jan  9 15:00:08 2001
+++ linux/include/asm-i386/highmem.h    Thu Jan 11 17:30:55 2001
@@ -9,7 +9,7 @@
  *
  *
  * Redesigned the x86 32-bit VM architecture to deal with 
- * up to 16 Terrabyte physical memory. With current x86 CPUs
+ * up to 16 Terabyte physical memory. With current x86 CPUs
  * we now support up to 64 Gigabytes physical RAM.
  *
  * Copyright (C) 1999 Ingo Molnar <[EMAIL PROTECTED]>
--- linux-2.4.0/include/asm-i386/pgtable-3level.h       Wed Oct 18 23:25:46 2000
+++ linux/include/asm-i386/pgtable-3level.h     Fri Jan 12 13:17:28 2001
@@ -48,7 +48,7 @@
 /* Rules for using set_pte: the pte being assigned *must* be
  * either not present or in a state where the hardware will
  * not attempt to update the pte.  In places where this is
- * not possible, use pte_get_and_clear to obtain the old pte
+ * not possible, use ptep_get_and_clear to obtain the old pte
  * value and then use set_pte to update it.  -ben
  */
 static inline void set_pte(pte_t *ptep, pte_t pte)

-- 
Ulrich Kunitz ([EMAIL PROTECTED])
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to