[patch-2.3.32-pre3] compile failures

Tigran Aivazian (tigran@sco.COM)
Mon, 13 Dec 1999 09:03:18 +0000 (GMT)


Hello,

Here are two patches for compile failures in 2.3.32-pre3 but I didn't send
them to Linus because the system does not boot (and won't enter kdb even)
and I don't know if it is to do with my patches or not (probably not). I
do recall it complained about a few things in kdb so perhaps there are
some changes that need updating for kdb - I will have a look when I get a
chance. Files are arch/i386/kernel/smpboot.c and include/linux/fs.h:

--- smpboot.c.0 Mon Dec 13 09:37:27 1999
+++ smpboot.c Mon Dec 13 09:37:33 1999
@@ -655,7 +655,6 @@
*c = boot_cpu_data;
c->pte_quick = 0;
c->pmd_quick = 0;
- c->pgd_quick = 0;
c->pgtable_cache_sz = 0;
identify_cpu(c);
/*

--- fs.h.0 Mon Dec 13 09:27:44 1999
+++ fs.h Mon Dec 13 09:28:10 1999
@@ -62,6 +62,7 @@
#define READ 0
#define WRITE 1
#define READA 2 /* read-ahead - don't block if no
resources */
+#define SPECIAL 3 /* SPECIAL used in drivers/scsi/scsi_lib.c */

#define WRITERAW 5 /* raw write - don't play with buffer lists */

Regards,
Tigran.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/