Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/bouyer-xen2]: src/sys/arch/xen/include Redefine __HYPERVISOR_physdev_op ...



details:   https://anonhg.NetBSD.org/src/rev/0bfbfef14047
branches:  bouyer-xen2
changeset: 571882:0bfbfef14047
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Fri Jan 21 10:58:46 2005 +0000

description:
Redefine __HYPERVISOR_physdev_op in frameasm.h, so that we can use the
symbolic name in assembly.

diffstat:

 sys/arch/xen/include/frameasm.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 16742e2ea3b9 -r 0bfbfef14047 sys/arch/xen/include/frameasm.h
--- a/sys/arch/xen/include/frameasm.h   Fri Jan 21 10:23:16 2005 +0000
+++ b/sys/arch/xen/include/frameasm.h   Fri Jan 21 10:58:46 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: frameasm.h,v 1.1.8.1 2004/12/13 17:52:21 bouyer Exp $  */
+/*     $NetBSD: frameasm.h,v 1.1.8.2 2005/01/21 10:58:46 bouyer Exp $  */
 /*     NetBSD: frameasm.h,v 1.4 2004/02/20 17:35:01 yamt Exp   */
 
 #ifndef _I386_FRAMEASM_H_
@@ -12,6 +12,7 @@
 #define TRAP_INSTR     int $0x82
 #define __HYPERVISOR_stack_switch          4
 #define __HYPERVISOR_fpu_taskswitch       7
+#define __HYPERVISOR_physdev_op                   19
 
 #ifndef TRAPLOG
 #define TLOG           /**/



Home | Main Index | Thread Index | Old Index