Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 381039
Collapse All | Expand All

(-)a/kernel/sched_debug.c (+2 lines)
Lines 485-491 void proc_sched_show_task(struct task_struct *p, struct seq_file *m) Link Here
485
	P(se.load.weight);
485
	P(se.load.weight);
486
	P(policy);
486
	P(policy);
487
	P(prio);
487
	P(prio);
488
#ifdef CONFIG_PREEMPT_RT_FULL
488
	P(migrate_disable);
489
	P(migrate_disable);
490
#endif
489
	P(rt.nr_cpus_allowed);
491
	P(rt.nr_cpus_allowed);
490
#undef PN
492
#undef PN
491
#undef __PN
493
#undef __PN

Return to bug 381039