Rémi Bernon (@rbernon) commented about server/thread.h:
client_ptr_t teb; /* TEB address (in client address space) */ client_ptr_t entry_point; /* entry point (in client address space) */ affinity_t affinity; /* affinity mask */
- int base_priority; /* priority level */
- int priority; /* priority level */
- int base_priority; /* base priority class */
Same here, doesn't really deserve a commit and could be squashed with next change.