From owner-p4-projects@FreeBSD.ORG Sat Apr 5 02:02:59 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C284937B404; Sat, 5 Apr 2003 02:02:58 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D6D037B401 for ; Sat, 5 Apr 2003 02:02:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E041043F3F for ; Sat, 5 Apr 2003 02:02:57 -0800 (PST) (envelope-from peter@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h35A2v0U043792 for ; Sat, 5 Apr 2003 02:02:57 -0800 (PST) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h35A2vOS043789 for perforce@freebsd.org; Sat, 5 Apr 2003 02:02:57 -0800 (PST) Date: Sat, 5 Apr 2003 02:02:57 -0800 (PST) Message-Id: <200304051002.h35A2vOS043789@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm To: Perforce Change Reviews Subject: PERFORCE change 28203 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 10:02:59 -0000 http://perforce.freebsd.org/chv.cgi?CH=28203 Change 28203 by peter@peter_overcee on 2003/04/05 02:02:57 update include paths update segment names Affected files ... .. //depot/projects/hammer/sys/x86_64/isa/clock.c#10 edit .. //depot/projects/hammer/sys/x86_64/isa/intr_machdep.c#9 edit .. //depot/projects/hammer/sys/x86_64/isa/isa_dma.c#4 edit .. //depot/projects/hammer/sys/x86_64/isa/ithread.c#3 edit .. //depot/projects/hammer/sys/x86_64/isa/npx.c#18 edit .. //depot/projects/hammer/sys/x86_64/isa/vector.s#6 edit .. //depot/projects/hammer/sys/x86_64/x86_64/autoconf.c#6 edit .. //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#38 edit .. //depot/projects/hammer/sys/x86_64/x86_64/nexus.c#8 edit .. //depot/projects/hammer/sys/x86_64/x86_64/trap.c#21 edit .. //depot/projects/hammer/sys/x86_64/x86_64/vm_machdep.c#14 edit Differences ... ==== //depot/projects/hammer/sys/x86_64/isa/clock.c#10 (text+ko) ==== @@ -71,15 +71,15 @@ #include #include -#include -#include +#include +#include #include #ifdef DEV_ISA #include #endif -#include +#include -#include +#include /* * 32-bit time_t's can't reach leap years before 1904 or after 2036, so we ==== //depot/projects/hammer/sys/x86_64/isa/intr_machdep.c#9 (text+ko) ==== @@ -37,7 +37,6 @@ * $FreeBSD: src/sys/i386/isa/intr_machdep.c,v 1.74 2003/03/24 19:14:46 mdodd Exp $ */ -#include "opt_auto_eoi.h" #include "opt_isa.h" #include @@ -58,13 +57,13 @@ #include #include -#include -#include +#include +#include #ifdef DEV_ISA #include #endif -#include +#include #include /* @@ -387,7 +386,7 @@ intr_unit[intr] = arg; setidt(ICU_OFFSET + intr, flags & INTR_FAST ? fastintr[intr] : slowintr[intr], - SDT_SYS386IGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); + SDT_SYSIGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); INTREN(1 << intr); mtx_unlock_spin(&icu_lock); intr_restore(crit); @@ -415,7 +414,7 @@ intr_countp[intr] = &intrcnt[1 + intr]; intr_handler[intr] = isa_strayintr; intr_unit[intr] = &intr_unit[intr]; - setidt(ICU_OFFSET + intr, slowintr[intr], SDT_SYS386IGT, SEL_KPL, + setidt(ICU_OFFSET + intr, slowintr[intr], SDT_SYSIGT, SEL_KPL, GSEL(GCODE_SEL, SEL_KPL)); mtx_unlock_spin(&icu_lock); intr_restore(crit); ==== //depot/projects/hammer/sys/x86_64/isa/isa_dma.c#4 (text+ko) ==== @@ -59,7 +59,7 @@ #include #include #include -#include +#include #include #include ==== //depot/projects/hammer/sys/x86_64/isa/ithread.c#3 (text+ko) ==== @@ -37,8 +37,8 @@ #include #include -#include -#include +#include +#include struct int_entropy { struct proc *p; ==== //depot/projects/hammer/sys/x86_64/isa/npx.c#18 (text+ko) ==== @@ -67,7 +67,7 @@ #include #include -#include +#include #ifdef DEV_ISA #include #endif ==== //depot/projects/hammer/sys/x86_64/isa/vector.s#6 (text+ko) ==== @@ -3,9 +3,9 @@ * $FreeBSD: src/sys/i386/isa/vector.s,v 1.37 2001/12/20 23:48:30 jhb Exp $ */ -#include -#include -#include +#include +#include +#include #define FAST_INTR_HANDLER_USES_ES 1 #ifdef FAST_INTR_HANDLER_USES_ES ==== //depot/projects/hammer/sys/x86_64/x86_64/autoconf.c#6 (text+ko) ==== @@ -74,7 +74,7 @@ #include #include -#include +#include #ifdef DEV_ISA #include ==== //depot/projects/hammer/sys/x86_64/x86_64/machdep.c#38 (text+ko) ==== @@ -104,8 +104,8 @@ #include #endif -#include -#include +#include +#include #include #include #include ==== //depot/projects/hammer/sys/x86_64/x86_64/nexus.c#8 (text+ko) ==== @@ -61,10 +61,10 @@ #ifdef DEV_ISA #include -#include +#include #endif -#include -#include +#include +#include #include static MALLOC_DEFINE(M_NEXUSDEV, "nexusdev", "Nexus device"); ==== //depot/projects/hammer/sys/x86_64/x86_64/trap.c#21 (text+ko) ==== @@ -81,8 +81,8 @@ #include #include -#include -#include +#include +#include #include ==== //depot/projects/hammer/sys/x86_64/x86_64/vm_machdep.c#14 (text+ko) ==== @@ -73,7 +73,7 @@ #include -#include +#include static void cpu_reset_real(void); extern int _ucodesel, _udatasel;