Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sgimips/conf Include proper GENERIC32 templates (me...



details:   https://anonhg.NetBSD.org/src/rev/46a3601a92b8
branches:  trunk
changeset: 555270:46a3601a92b8
user:      sekiya <sekiya%NetBSD.org@localhost>
date:      Thu Nov 13 02:59:37 2003 +0000

description:
Include proper GENERIC32 templates (mechanical edit).

diffstat:

 sys/arch/sgimips/conf/INSTALL32_IP2x |  2 +-
 sys/arch/sgimips/conf/INSTALL32_IP3x |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 390e3ef48f7e -r 46a3601a92b8 sys/arch/sgimips/conf/INSTALL32_IP2x
--- a/sys/arch/sgimips/conf/INSTALL32_IP2x      Thu Nov 13 02:44:01 2003 +0000
+++ b/sys/arch/sgimips/conf/INSTALL32_IP2x      Thu Nov 13 02:59:37 2003 +0000
@@ -3,7 +3,7 @@
 #
 
 # Pull in standard `install' config
-include        "arch/sgimips/conf/GENERIC_IP22"
+include        "arch/sgimips/conf/GENERIC32_IP22"
 
 # Enable the hooks used for initializing the root memory-disk.
 options         MEMORY_DISK_HOOKS
diff -r 390e3ef48f7e -r 46a3601a92b8 sys/arch/sgimips/conf/INSTALL32_IP3x
--- a/sys/arch/sgimips/conf/INSTALL32_IP3x      Thu Nov 13 02:44:01 2003 +0000
+++ b/sys/arch/sgimips/conf/INSTALL32_IP3x      Thu Nov 13 02:59:37 2003 +0000
@@ -3,7 +3,7 @@
 #
 
 # Pull in standard `install' config
-include        "arch/sgimips/conf/GENERIC_IP32"
+include        "arch/sgimips/conf/GENERIC32_IP32"
 
 # Set load address for generic 32-bit systems (only O2 currently)
 makeoptions    TEXTADDR=0x80069000     # O2



Home | Main Index | Thread Index | Old Index