[Momonga-devel.ja:02771] Re: kernel-2.6.8-13m


酒井です。
 kernel-2.6.8-13m 以降の Makefile.config にケアレスミスがあります。
  Coppermine [Pentium III]の場合、 /boot/config-2.6.8-13mcm で

# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
CONFIG_MPENTIUM4=y

となってしまって Pentium 4 用の kernel が出来てしまいます。
以下のように訂正をお願いします。
 
--- Makefile.config.orig        2004-09-15 11:52:22.000000000 +0900
+++ Makefile.config     2004-09-17 15:06:28.101175085 +0900
@@ -54,13 +54,13 @@
 kernel-$(KVER)-i686-p4-smp.config: config-p4-smp temp-i686-generic
        perl merge.pl $^ > $@
 
-kernel-$(KVER)-i586-cm.config: config-p4 temp-i586-generic
+kernel-$(KVER)-i586-cm.config: config-cm temp-i586-generic
        perl merge.pl $^ > $@
 
 kernel-$(KVER)-i586-cm-smp.config: config-cm-smp temp-i586-generic
        perl merge.pl $^ > $@
 
-kernel-$(KVER)-i686-cm.config: config-p4 temp-i686-generic
+kernel-$(KVER)-i686-cm.config: config-cm temp-i686-generic
        perl merge.pl $^ > $@
 
 kernel-$(KVER)-i686-cm-smp.config: config-cm-smp temp-i686-generic

-- 
/*-----------*/
/* TetsuO.S  */
/*-----------*/