commit | d550a38976ba64abe084bbce63e2d1fb76164a76 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Dec 14 01:03:49 2011 +0100 |
committer | Anders Roxell <anders.roxell@linaro.org> | Mon Jun 30 14:41:57 2014 +0200 |
tree | f9f84841303a5a005a6f4244184221546921df6e | |
parent | d48d760eb85e78301ca2dd414b95a86a5ed67582 [diff] |
cpumask: Disable CONFIG_CPUMASK_OFFSTACK for RT We can't deal with the cpumask allocations which happen in atomic context (see arch/x86/kernel/apic/io_apic.c) on RT right now. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>