Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310612
b: refs/heads/master
c: aff5a62
h: refs/heads/master
v: v3
  • Loading branch information
Xiaotian Feng authored and Ingo Molnar committed Jun 6, 2012
1 parent 1ccb6bc commit 5d06456
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a87fc1ec7b05b9bc60df9dc52297d4c225d7f1a
refs/heads/master: aff5a62d52ff03956ff6992b9fe4b561fd855804
6 changes: 0 additions & 6 deletions trunk/arch/x86/kernel/aperture_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <linux/bitops.h>
#include <linux/ioport.h>
#include <linux/suspend.h>
#include <linux/kmemleak.h>
#include <asm/e820.h>
#include <asm/io.h>
#include <asm/iommu.h>
Expand Down Expand Up @@ -95,11 +94,6 @@ static u32 __init allocate_aperture(void)
return 0;
}
memblock_reserve(addr, aper_size);
/*
* Kmemleak should not scan this block as it may not be mapped via the
* kernel direct mapping.
*/
kmemleak_ignore(phys_to_virt(addr));
printk(KERN_INFO "Mapping aperture over %d KB of RAM @ %lx\n",
aper_size >> 10, addr);
insert_aperture_resource((u32)addr, aper_size);
Expand Down

0 comments on commit 5d06456

Please sign in to comment.