commit | fa4b57cc045d6134b9862b2873f9c8ba9ed53ffe | [log] [tgz] |
---|---|---|
author | Suresh Siddha <suresh.b.siddha@intel.com> | Mon Mar 16 17:05:05 2009 -0700 |
committer | H. Peter Anvin <hpa@linux.intel.com> | Tue Mar 17 16:49:30 2009 -0700 |
tree | 7c31d15426e29d86314545be3cf9553ab91ef574 | |
parent | 68a8ca593fac82e336a792226272455901fa83df [diff] |
x86, dmar: use atomic allocations for QI and Intr-remapping init Impact: invalid use of GFP_KERNEL in interrupt context Queued invalidation and interrupt-remapping will get initialized with interrupts disabled (while enabling interrupt-remapping). So use GFP_ATOMIC instead of GFP_KERNEL for memory alloacations. Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>