(sizeof(host_basic_info_data_old_t)/sizeof(integer_t)))
#endif
-#if __DARWIN_ALIGN_POWER
-#pragma options align=power
-#endif
+#pragma pack(4)
struct host_basic_info {
integer_t max_cpus; /* max number of CPUs possible */
uint64_t max_mem; /* actual size of physical memory */
};
-#if __DARWIN_ALIGN_POWER
-#pragma options align=reset
-#endif
+#pragma pack()
typedef struct host_basic_info host_basic_info_data_t;
typedef struct host_basic_info *host_basic_info_t;