Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Oct 2003 15:57:12 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 40902 for review
Message-ID:  <200310302357.h9UNvClH087401@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=40902

Change 40902 by peter@peter_daintree on 2003/10/30 15:56:34

	tidy up some loose ends to make things compile.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/identcpu.c#14 edit
.. //depot/projects/hammer/sys/amd64/amd64/machdep.c#59 edit
.. //depot/projects/hammer/sys/amd64/include/md_var.h#17 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/identcpu.c#14 (text+ko) ====

@@ -55,6 +55,7 @@
 #include <machine/asmacros.h>
 #include <machine/clock.h>
 #include <machine/cputypes.h>
+#include <machine/frame.h>
 #include <machine/segments.h>
 #include <machine/specialreg.h>
 #include <machine/md_var.h>

==== //depot/projects/hammer/sys/amd64/amd64/machdep.c#59 (text+ko) ====

@@ -112,6 +112,10 @@
 #include <machine/smp.h>
 #endif
 
+#ifdef DEV_ISA
+#include <amd64/isa/icu.h>
+#endif
+
 #include <isa/rtc.h>
 #include <sys/ptrace.h>
 #include <machine/sigframe.h>

==== //depot/projects/hammer/sys/amd64/include/md_var.h#17 (text+ko) ====

@@ -68,6 +68,7 @@
 void	fillw(int /*u_short*/ pat, void *base, size_t cnt);
 void	pagezero(void *addr);
 int	is_physical_memory(vm_offset_t addr);
+int	isa_nmi(int cd);
 void	setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int ist);
 void	fpstate_drop(struct thread *td);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310302357.h9UNvClH087401>