PERFORCE change 28561 for review
Peter Wemm
peter at FreeBSD.org
Tue Apr 8 14:05:21 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=28561
Change 28561 by peter at peter_daintree on 2003/04/08 14:04:44
drop the selector etc args and add ist index
Affected files ...
.. //depot/projects/hammer/sys/x86_64/include/md_var.h#14 edit
Differences ...
==== //depot/projects/hammer/sys/x86_64/include/md_var.h#14 (text+ko) ====
@@ -75,7 +75,7 @@
void fillw(int /*u_short*/ pat, void *base, size_t cnt);
void pagezero(void *addr);
int is_physical_memory(vm_offset_t addr);
-void setidt(int idx, alias_for_inthand_t *func, int typ, int dpl, int selec);
+void setidt(int idx, alias_for_inthand_t *func, int typ, int ist);
void swi_vm(void *);
#endif /* !_MACHINE_MD_VAR_H_ */
More information about the p4-projects
mailing list