Re: [PATCH gnumach 1/6] kern: import `macros.h' from x15

2015-05-19 Thread Samuel Thibault
Justus Winter, le Tue 19 May 2015 17:38:59 +0200, a écrit : > Import the macro definitions from the x15 kernel project, and replace > all similar definitions littered all over the place with it. > > Importing this file will make importing code from the x15 kernel > easier. We are already using th

[PATCH gnumach 1/6] kern: import `macros.h' from x15

2015-05-19 Thread Justus Winter
Import the macro definitions from the x15 kernel project, and replace all similar definitions littered all over the place with it. Importing this file will make importing code from the x15 kernel easier. We are already using the red-black tree implementation and the slab allocator from it, and we