]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/imgact.h
xnu-792.21.3.tar.gz
[apple/xnu.git] / bsd / sys / imgact.h
index cef71ad2c21fd402456ecf4fa1e013d43b5bae84..65aa3d9c34b973e2eddd4b7545529709f93df83a 100644 (file)
@@ -85,7 +85,7 @@ struct image_params {
        user_size_t     ip_arch_size;           /* subfile length in ip_vp */
        char            ip_interp_name[IMG_SHSIZE];     /* interpreter name */
 
-       /* Next two fields are for support of architecture translation... */
+       /* Next two fields are for support of Classic... */
        char            *ip_p_comm;             /* optional alt p->p_comm */
        char            *ip_tws_cache_name;     /* task working set cache */
        struct vfs_context      *ip_vfs_context;        /* VFS context */
@@ -98,11 +98,7 @@ struct image_params {
  */
 #define        IMGPF_NONE      0x00000000              /* No flags */
 #define        IMGPF_INTERPRET 0x00000001              /* Interpreter invoked */
-#if defined (__i386__) || defined(__x86_64__)
-#define        IMGPF_POWERPC   0x00000002              /* ppc mode */
-#else
 #define        IMGPF_RESERVED1 0x00000002              /* reserved */
-#endif
 #define        IMGPF_WAS_64BIT 0x00000004              /* exec from a 64Bit binary */
 #define        IMGPF_IS_64BIT  0x00000008              /* exec to a 64Bit binary */