delete struct member 'type' from address_space structure

This commit is contained in:
Tomoki Shirasawa
2016-01-06 20:17:00 +09:00
parent f7b5b48266
commit 75c6a94839
2 changed files with 3 additions and 9 deletions

View File

@ -219,9 +219,6 @@ struct address_space {
void *opt;
void (*free_cb)(struct address_space *, void *);
ihk_atomic_t refcount;
int type;
#define ADDRESS_SPACE_NORMAL 1
#define ADDRESS_SPACE_PVAS 2
cpu_set_t cpu_set;
ihk_spinlock_t cpu_set_lock;
int nslots;