From: Lionel Sambuc Date: Fri, 25 Jul 2014 13:35:05 +0000 (+0200) Subject: Dropping unused INT86_REG86 macro X-Git-Tag: v3.3.0~109 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch03.html?a=commitdiff_plain;h=b51e653dd4e91f1d1e22e1f0008e6c08d3b22d01;p=minix.git Dropping unused INT86_REG86 macro Change-Id: Ic7949339f192487fb9c6d2f6f62b91cc4858f9ad --- diff --git a/include/minix/com.h b/include/minix/com.h index 98eba5556..5e3e79536 100644 --- a/include/minix/com.h +++ b/include/minix/com.h @@ -355,9 +355,6 @@ /* Flags for PR_FORK_FLAGS. */ #define PFF_VMINHIBIT 0x01 /* Don't schedule until release by VM. */ -/* Field names for SYS_INT86 */ -#define INT86_REG86 m1_p1 /* pointer to registers */ - /* SYS_SAFEMEMSET */ #define SMS_DST m2_i1 /* dst endpoint */ #define SMS_GID m2_i3 /* grant id */