blob: b152b51a43676a47a0313641ced8b0c90b48946b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/* Add subsystem definitions of the form SUBSYS(<name>) in this
* file. Surround each one by a line of comment markers so that
* patches don't collide
*/
/* */
/* */
#ifdef CONFIG_CPUSETS
SUBSYS(cpuset)
#endif
/* */
/* */
|