diff options
Diffstat (limited to 'arch/x86/mm/mmio-mod.c')
-rw-r--r-- | arch/x86/mm/mmio-mod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/mm/mmio-mod.c b/arch/x86/mm/mmio-mod.c index a8d2a0019da4..278998c1998f 100644 --- a/arch/x86/mm/mmio-mod.c +++ b/arch/x86/mm/mmio-mod.c | |||
@@ -280,6 +280,7 @@ static void ioremap_trace_core(unsigned long offset, unsigned long size, | |||
280 | { | 280 | { |
281 | static atomic_t next_id; | 281 | static atomic_t next_id; |
282 | struct remap_trace *trace = kmalloc(sizeof(*trace), GFP_KERNEL); | 282 | struct remap_trace *trace = kmalloc(sizeof(*trace), GFP_KERNEL); |
283 | /* These are page-unaligned. */ | ||
283 | struct mmiotrace_map map = { | 284 | struct mmiotrace_map map = { |
284 | .phys = offset, | 285 | .phys = offset, |
285 | .virt = (unsigned long)addr, | 286 | .virt = (unsigned long)addr, |