AMD64 support; repocopied from i386

This commit is contained in:
Peter Wemm 2003-04-30 21:05:33 +00:00
parent 2512cd4e8f
commit a1de871d26
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114330

View File

@ -45,7 +45,7 @@ static char sccsid[] = "@(#)kvm_hp300.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
/*
* i386 machine dependent routines for kvm. Hopefully, the forthcoming
* AMD64 machine dependent routines for kvm. Hopefully, the forthcoming
* vm code will one day obsolete this module.
*/
@ -66,8 +66,8 @@ static char sccsid[] = "@(#)kvm_hp300.c 8.1 (Berkeley) 6/4/93";
#include "kvm_private.h"
#ifndef btop
#define btop(x) (i386_btop(x))
#define ptob(x) (i386_ptob(x))
#define btop(x) (amd64_btop(x))
#define ptob(x) (amd64_ptob(x))
#endif
struct vmstate {