Port-sparc archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Patch against vmparam.h



        Hello,

GENERIC kernel can not be built due to two incompatible options in GENERIC.MP (SUN4 and SUN4C/D/M). I have no idea to fix it, but this patch informs that both options can not be set together.

Root riemann:[/usr/src/obj/sys/arch/sparc/compile/GENERIC.MP/machine] > diff -u vmparam.h vmparam.h.orig
--- vmparam.h   2010-01-29 16:50:42.000000000 +0100
+++ vmparam.h.orig      2010-01-29 16:42:30.000000000 +0100
@@ -71,9 +71,6 @@
 #define        PAGE_SHIFT              PAGE_SHIFT_SUN4
 #define        PAGE_SIZE               (1 << PAGE_SHIFT)
 #define        PAGE_MASK               (PAGE_SIZE - 1)
-#else
-#      error You have to choose between SUN4 and SUN4C/D/M !
-#      error Please update your config file.
 #endif

 /*

        Regards,

        JKB



Home | Main Index | Thread Index | Old Index