PERFORCE change 40902 for review
Peter Wemm
peter at FreeBSD.org
Thu Oct 30 15:57:14 PST 2003
http://perforce.freebsd.org/chv.cgi?CH=40902
Change 40902 by peter at 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);
More information about the p4-projects
mailing list