Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80509
b: refs/heads/master
c: 3cbd09e
h: refs/heads/master
i:
  80507: 2c8fe5e
v: v3
  • Loading branch information
Thomas Gleixner authored and Ingo Molnar committed Jan 30, 2008
1 parent fac0f3f commit d0462c7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 16 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: 91eebf40b3cb5abd76e813e17dbc320ff2ea3295
refs/heads/master: 3cbd09e482ade50d212511d4693bd754d4d9dd55
15 changes: 7 additions & 8 deletions trunk/arch/x86/mm/ioremap_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@
* (C) Copyright 1995 1996 Linus Torvalds
*/

#include <linux/vmalloc.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/io.h>
#include <asm/fixmap.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>

#include <asm/cacheflush.h>
#include <asm/tlbflush.h>
#include <asm/e820.h>
#include <asm/fixmap.h>
#include <asm/pgtable.h>

#define ISA_START_ADDRESS 0xa0000
#define ISA_END_ADDRESS 0x100000
#include <asm/tlbflush.h>

/*
* Remap an arbitrary physical address space into the kernel virtual
Expand Down
13 changes: 6 additions & 7 deletions trunk/arch/x86/mm/ioremap_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@
* (C) Copyright 1995 1996 Linus Torvalds
*/

#include <linux/vmalloc.h>
#include <linux/init.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>

#include <asm/pgalloc.h>
#include <asm/fixmap.h>
#include <asm/tlbflush.h>
#include <asm/cacheflush.h>
#include <asm/proto.h>
#include <asm/e820.h>
#include <asm/fixmap.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>

unsigned long __phys_addr(unsigned long x)
{
Expand Down

0 comments on commit d0462c7

Please sign in to comment.