CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/01/30 01:38:10
Modified files:
arch/mips : Kconfig defconfig
arch/mips/configs: atlas_defconfig capcella_defconfig
cobalt_defconfig db1000_defconfig
db1100_defconfig db1500_defconfig
db1550_defconfig ddb5476_defconfig
ddb5477_defconfig decstation_defconfig
e55_defconfig ev64120_defconfig
ev96100_defconfig ip22_defconfig
ip27_defconfig ip32_defconfig
it8172_defconfig ivr_defconfig
jaguar-atx_defconfig jmr3927_defconfig
lasat200_defconfig malta_defconfig
mpc30x_defconfig ocelot_3_defconfig
ocelot_c_defconfig ocelot_defconfig
ocelot_g_defconfig osprey_defconfig
pb1100_defconfig pb1500_defconfig
pb1550_defconfig rm200_defconfig
sb1250-swarm_defconfig sead_defconfig
tb0226_defconfig tb0229_defconfig
workpad_defconfig yosemite_defconfig
Log message:
Convert CONFIG_MIPS32 / CONFIG_MIPS64 selection a choice statement.
diff -urN linux/arch/mips/Kconfig linux/arch/mips/Kconfig
--- linux/arch/mips/Kconfig 2005/01/26 12:35:06 1.130
+++ linux/arch/mips/Kconfig 2005/01/30 01:38:09 1.131
@@ -4,23 +4,26 @@
# Horrible source of confusion. Die, die, die ...
select EMBEDDED
+choice
+
+ prompt "Kernel code model"
+ help
+ Select this option if you want to build a 32-bit kernel. You should
+ only select this option if you have hardware that only has a
+ 32-bit processor or if your particular workload won't benefit from
+ 64-bit processin. Neither do all systems support 32-bit kernels nor
+ do all systems support 64-bit kernels.
+
+config MIPS32
+ bool "32-bit kernel"
config MIPS64
bool "64-bit kernel"
- help
- Select this option if you want to build a 64-bit kernel. You should
- only select this option if you have hardware that actually has a
- 64-bit processor and if your application will actually benefit from
- 64-bit processing, otherwise say N. You must say Y for kernels for
- SGI IP27 (Origin 200 and 2000) and SGI IP32 (O2). If in doubt say N.
+
+endchoice
config 64BIT
def_bool MIPS64
-config MIPS32
- bool
- depends on MIPS64 = 'n'
- default y
-
mainmenu "Linux/MIPS Kernel Configuration"
source "init/Kconfig"
diff -urN linux/arch/mips/defconfig linux/arch/mips/defconfig
--- linux/arch/mips/defconfig 2005/01/26 02:50:26 1.278
+++ linux/arch/mips/defconfig 2005/01/30 01:38:09 1.279
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:48:59 2005
+# Sun Jan 30 01:25:33 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/atlas_defconfig
linux/arch/mips/configs/atlas_defconfig
--- linux/arch/mips/configs/atlas_defconfig 2005/01/26 02:50:26 1.41
+++ linux/arch/mips/configs/atlas_defconfig 2005/01/30 01:38:10 1.42
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:00 2005
+# Sun Jan 30 01:25:37 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/capcella_defconfig
linux/arch/mips/configs/capcella_defconfig
--- linux/arch/mips/configs/capcella_defconfig 2005/01/26 02:50:26 1.42
+++ linux/arch/mips/configs/capcella_defconfig 2005/01/30 01:38:10 1.43
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:00 2005
+# Sun Jan 30 01:25:40 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/cobalt_defconfig
linux/arch/mips/configs/cobalt_defconfig
--- linux/arch/mips/configs/cobalt_defconfig 2005/01/26 02:50:26 1.39
+++ linux/arch/mips/configs/cobalt_defconfig 2005/01/30 01:38:10 1.40
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:00 2005
+# Sun Jan 30 01:25:42 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/db1000_defconfig
linux/arch/mips/configs/db1000_defconfig
--- linux/arch/mips/configs/db1000_defconfig 2005/01/26 02:50:26 1.43
+++ linux/arch/mips/configs/db1000_defconfig 2005/01/30 01:38:10 1.44
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:01 2005
+# Sun Jan 30 01:25:45 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/db1100_defconfig
linux/arch/mips/configs/db1100_defconfig
--- linux/arch/mips/configs/db1100_defconfig 2005/01/26 02:50:26 1.41
+++ linux/arch/mips/configs/db1100_defconfig 2005/01/30 01:38:10 1.42
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:01 2005
+# Sun Jan 30 01:25:48 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/db1500_defconfig
linux/arch/mips/configs/db1500_defconfig
--- linux/arch/mips/configs/db1500_defconfig 2005/01/26 02:50:26 1.45
+++ linux/arch/mips/configs/db1500_defconfig 2005/01/30 01:38:10 1.46
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:01 2005
+# Sun Jan 30 01:25:51 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/db1550_defconfig
linux/arch/mips/configs/db1550_defconfig
--- linux/arch/mips/configs/db1550_defconfig 2005/01/26 02:50:26 1.20
+++ linux/arch/mips/configs/db1550_defconfig 2005/01/30 01:38:10 1.21
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:02 2005
+# Sun Jan 30 01:25:55 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/ddb5476_defconfig
linux/arch/mips/configs/ddb5476_defconfig
--- linux/arch/mips/configs/ddb5476_defconfig 2005/01/26 02:50:26 1.39
+++ linux/arch/mips/configs/ddb5476_defconfig 2005/01/30 01:38:10 1.40
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:02 2005
+# Sun Jan 30 01:25:57 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/ddb5477_defconfig
linux/arch/mips/configs/ddb5477_defconfig
--- linux/arch/mips/configs/ddb5477_defconfig 2005/01/26 02:50:26 1.39
+++ linux/arch/mips/configs/ddb5477_defconfig 2005/01/30 01:38:10 1.40
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:02 2005
+# Sun Jan 30 01:26:00 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/decstation_defconfig
linux/arch/mips/configs/decstation_defconfig
--- linux/arch/mips/configs/decstation_defconfig 2005/01/26 02:50:26
1.39
+++ linux/arch/mips/configs/decstation_defconfig 2005/01/30 01:38:10
1.40
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:03 2005
+# Sun Jan 30 01:26:02 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/e55_defconfig
linux/arch/mips/configs/e55_defconfig
--- linux/arch/mips/configs/e55_defconfig 2005/01/26 02:50:26 1.41
+++ linux/arch/mips/configs/e55_defconfig 2005/01/30 01:38:10 1.42
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:03 2005
+# Sun Jan 30 01:26:05 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/ev64120_defconfig
linux/arch/mips/configs/ev64120_defconfig
--- linux/arch/mips/configs/ev64120_defconfig 2005/01/26 02:50:26 1.38
+++ linux/arch/mips/configs/ev64120_defconfig 2005/01/30 01:38:10 1.39
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:03 2005
+# Sun Jan 30 01:26:07 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/ev96100_defconfig
linux/arch/mips/configs/ev96100_defconfig
--- linux/arch/mips/configs/ev96100_defconfig 2005/01/26 02:50:26 1.39
+++ linux/arch/mips/configs/ev96100_defconfig 2005/01/30 01:38:10 1.40
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:03 2005
+# Sun Jan 30 01:26:10 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/ip22_defconfig
linux/arch/mips/configs/ip22_defconfig
--- linux/arch/mips/configs/ip22_defconfig 2005/01/26 02:50:26 1.48
+++ linux/arch/mips/configs/ip22_defconfig 2005/01/30 01:38:10 1.49
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:04 2005
+# Sun Jan 30 01:26:13 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/ip27_defconfig
linux/arch/mips/configs/ip27_defconfig
--- linux/arch/mips/configs/ip27_defconfig 2005/01/26 02:50:26 1.51
+++ linux/arch/mips/configs/ip27_defconfig 2005/01/30 01:38:10 1.52
@@ -1,9 +1,10 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:04 2005
+# Sun Jan 30 01:28:52 2005
#
CONFIG_MIPS=y
+# CONFIG_MIPS32 is not set
CONFIG_MIPS64=y
CONFIG_64BIT=y
diff -urN linux/arch/mips/configs/ip32_defconfig
linux/arch/mips/configs/ip32_defconfig
--- linux/arch/mips/configs/ip32_defconfig 2005/01/26 02:50:26 1.42
+++ linux/arch/mips/configs/ip32_defconfig 2005/01/30 01:38:10 1.43
@@ -1,9 +1,10 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:04 2005
+# Sun Jan 30 01:29:10 2005
#
CONFIG_MIPS=y
+# CONFIG_MIPS32 is not set
CONFIG_MIPS64=y
CONFIG_64BIT=y
diff -urN linux/arch/mips/configs/it8172_defconfig
linux/arch/mips/configs/it8172_defconfig
--- linux/arch/mips/configs/it8172_defconfig 2005/01/26 02:50:26 1.38
+++ linux/arch/mips/configs/it8172_defconfig 2005/01/30 01:38:10 1.39
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:05 2005
+# Sun Jan 30 01:29:13 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/ivr_defconfig
linux/arch/mips/configs/ivr_defconfig
--- linux/arch/mips/configs/ivr_defconfig 2005/01/26 02:50:26 1.38
+++ linux/arch/mips/configs/ivr_defconfig 2005/01/30 01:38:10 1.39
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:05 2005
+# Sun Jan 30 01:29:16 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/jaguar-atx_defconfig
linux/arch/mips/configs/jaguar-atx_defconfig
--- linux/arch/mips/configs/jaguar-atx_defconfig 2005/01/26 02:50:26
1.43
+++ linux/arch/mips/configs/jaguar-atx_defconfig 2005/01/30 01:38:10
1.44
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:05 2005
+# Sun Jan 30 01:29:18 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/jmr3927_defconfig
linux/arch/mips/configs/jmr3927_defconfig
--- linux/arch/mips/configs/jmr3927_defconfig 2005/01/26 02:50:26 1.38
+++ linux/arch/mips/configs/jmr3927_defconfig 2005/01/30 01:38:10 1.39
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:06 2005
+# Sun Jan 30 01:29:20 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/lasat200_defconfig
linux/arch/mips/configs/lasat200_defconfig
--- linux/arch/mips/configs/lasat200_defconfig 2005/01/26 02:50:26 1.39
+++ linux/arch/mips/configs/lasat200_defconfig 2005/01/30 01:38:10 1.40
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:06 2005
+# Sun Jan 30 01:29:23 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/malta_defconfig
linux/arch/mips/configs/malta_defconfig
--- linux/arch/mips/configs/malta_defconfig 2005/01/26 12:35:06 1.41
+++ linux/arch/mips/configs/malta_defconfig 2005/01/30 01:38:10 1.42
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:53:14 2005
+# Sun Jan 30 01:29:27 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
@@ -124,6 +124,7 @@
# CONFIG_PAGE_SIZE_8KB is not set
# CONFIG_PAGE_SIZE_16KB is not set
# CONFIG_PAGE_SIZE_64KB is not set
+CONFIG_CPU_HAS_PREFETCH=y
# CONFIG_64BIT_PHYS_ADDR is not set
# CONFIG_CPU_ADVANCED is not set
CONFIG_CPU_HAS_LLSC=y
diff -urN linux/arch/mips/configs/mpc30x_defconfig
linux/arch/mips/configs/mpc30x_defconfig
--- linux/arch/mips/configs/mpc30x_defconfig 2005/01/26 02:50:26 1.43
+++ linux/arch/mips/configs/mpc30x_defconfig 2005/01/30 01:38:10 1.44
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:07 2005
+# Sun Jan 30 01:29:30 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/ocelot_3_defconfig
linux/arch/mips/configs/ocelot_3_defconfig
--- linux/arch/mips/configs/ocelot_3_defconfig 2005/01/26 02:50:26 1.11
+++ linux/arch/mips/configs/ocelot_3_defconfig 2005/01/30 01:38:10 1.12
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:07 2005
+# Sun Jan 30 01:29:33 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/ocelot_c_defconfig
linux/arch/mips/configs/ocelot_c_defconfig
--- linux/arch/mips/configs/ocelot_c_defconfig 2005/01/26 02:50:26 1.37
+++ linux/arch/mips/configs/ocelot_c_defconfig 2005/01/30 01:38:10 1.38
@@ -1,9 +1,10 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:07 2005
+# Sun Jan 30 01:30:13 2005
#
CONFIG_MIPS=y
+# CONFIG_MIPS32 is not set
CONFIG_MIPS64=y
CONFIG_64BIT=y
diff -urN linux/arch/mips/configs/ocelot_defconfig
linux/arch/mips/configs/ocelot_defconfig
--- linux/arch/mips/configs/ocelot_defconfig 2005/01/26 02:50:26 1.39
+++ linux/arch/mips/configs/ocelot_defconfig 2005/01/30 01:38:10 1.40
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:08 2005
+# Sun Jan 30 01:30:15 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/ocelot_g_defconfig
linux/arch/mips/configs/ocelot_g_defconfig
--- linux/arch/mips/configs/ocelot_g_defconfig 2005/01/26 02:50:26 1.32
+++ linux/arch/mips/configs/ocelot_g_defconfig 2005/01/30 01:38:10 1.33
@@ -1,9 +1,10 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:08 2005
+# Sun Jan 30 01:30:19 2005
#
CONFIG_MIPS=y
+# CONFIG_MIPS32 is not set
CONFIG_MIPS64=y
CONFIG_64BIT=y
diff -urN linux/arch/mips/configs/osprey_defconfig
linux/arch/mips/configs/osprey_defconfig
--- linux/arch/mips/configs/osprey_defconfig 2005/01/26 02:50:26 1.38
+++ linux/arch/mips/configs/osprey_defconfig 2005/01/30 01:38:10 1.39
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:08 2005
+# Sun Jan 30 01:30:21 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/pb1100_defconfig
linux/arch/mips/configs/pb1100_defconfig
--- linux/arch/mips/configs/pb1100_defconfig 2005/01/26 02:50:26 1.39
+++ linux/arch/mips/configs/pb1100_defconfig 2005/01/30 01:38:10 1.40
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:08 2005
+# Sun Jan 30 01:30:24 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/pb1500_defconfig
linux/arch/mips/configs/pb1500_defconfig
--- linux/arch/mips/configs/pb1500_defconfig 2005/01/26 02:50:26 1.45
+++ linux/arch/mips/configs/pb1500_defconfig 2005/01/30 01:38:10 1.46
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:09 2005
+# Sun Jan 30 01:30:27 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/pb1550_defconfig
linux/arch/mips/configs/pb1550_defconfig
--- linux/arch/mips/configs/pb1550_defconfig 2005/01/26 02:50:26 1.35
+++ linux/arch/mips/configs/pb1550_defconfig 2005/01/30 01:38:10 1.36
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:09 2005
+# Sun Jan 30 01:30:30 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/rm200_defconfig
linux/arch/mips/configs/rm200_defconfig
--- linux/arch/mips/configs/rm200_defconfig 2005/01/26 02:50:26 1.48
+++ linux/arch/mips/configs/rm200_defconfig 2005/01/30 01:38:10 1.49
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:09 2005
+# Sun Jan 30 01:30:35 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/sb1250-swarm_defconfig
linux/arch/mips/configs/sb1250-swarm_defconfig
--- linux/arch/mips/configs/sb1250-swarm_defconfig 2005/01/26 02:50:26
1.44
+++ linux/arch/mips/configs/sb1250-swarm_defconfig 2005/01/30 01:38:10
1.45
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:10 2005
+# Sun Jan 30 01:30:38 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/sead_defconfig
linux/arch/mips/configs/sead_defconfig
--- linux/arch/mips/configs/sead_defconfig 2005/01/26 02:50:26 1.36
+++ linux/arch/mips/configs/sead_defconfig 2005/01/30 01:38:10 1.37
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:10 2005
+# Sun Jan 30 01:30:40 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/tb0226_defconfig
linux/arch/mips/configs/tb0226_defconfig
--- linux/arch/mips/configs/tb0226_defconfig 2005/01/26 02:50:26 1.41
+++ linux/arch/mips/configs/tb0226_defconfig 2005/01/30 01:38:10 1.42
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:12 2005
+# Sun Jan 30 01:30:43 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/tb0229_defconfig
linux/arch/mips/configs/tb0229_defconfig
--- linux/arch/mips/configs/tb0229_defconfig 2005/01/26 02:50:26 1.44
+++ linux/arch/mips/configs/tb0229_defconfig 2005/01/30 01:38:10 1.45
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:12 2005
+# Sun Jan 30 01:30:45 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/workpad_defconfig
linux/arch/mips/configs/workpad_defconfig
--- linux/arch/mips/configs/workpad_defconfig 2005/01/26 02:50:26 1.41
+++ linux/arch/mips/configs/workpad_defconfig 2005/01/30 01:38:10 1.42
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:12 2005
+# Sun Jan 30 01:30:48 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
diff -urN linux/arch/mips/configs/yosemite_defconfig
linux/arch/mips/configs/yosemite_defconfig
--- linux/arch/mips/configs/yosemite_defconfig 2005/01/26 02:50:26 1.43
+++ linux/arch/mips/configs/yosemite_defconfig 2005/01/30 01:38:10 1.44
@@ -1,12 +1,12 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Wed Jan 26 02:49:13 2005
+# Sun Jan 30 01:30:50 2005
#
CONFIG_MIPS=y
+CONFIG_MIPS32=y
# CONFIG_MIPS64 is not set
# CONFIG_64BIT is not set
-CONFIG_MIPS32=y
#
# Code maturity level options
|