Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113513
b: refs/heads/master
c: efc9eb2
h: refs/heads/master
i:
  113511: 3ec1c02
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Oct 13, 2008
1 parent 5f8f954 commit 2851484
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 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: be43d72835ba610e4af274f2d123b26f66f4f7ed
refs/heads/master: efc9eb20b2f5125642fc37a1dbabadc3ce5d321c
14 changes: 0 additions & 14 deletions trunk/include/asm-x86/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,6 @@

#include <linux/compiler.h>

/*
* early_ioremap() and early_iounmap() are for temporary early boot-time
* mappings, before the real ioremap() is functional.
* A boot-time mapping is currently limited to at most 16 pages.
*/
#ifndef __ASSEMBLY__
extern void early_ioremap_init(void);
extern void early_ioremap_clear(void);
extern void early_ioremap_reset(void);
extern void *early_ioremap(unsigned long offset, unsigned long size);
extern void early_iounmap(void *addr, unsigned long size);
extern void __iomem *fix_ioremap(unsigned idx, unsigned long phys);
#endif

#define build_mmio_read(name, size, type, reg, barrier) \
static inline type name(const volatile void __iomem *addr) \
{ type ret; asm volatile("mov" size " %1,%0":reg (ret) \
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/asm-x86/io_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ static inline void *phys_to_virt(unsigned long address)

#include <asm-generic/iomap.h>

extern void *early_ioremap(unsigned long addr, unsigned long size);
extern void early_iounmap(void *addr, unsigned long size);

/*
* This one maps high address device memory and turns off caching for that area.
* it's useful if some control registers are in such an area and write combining
Expand Down

0 comments on commit 2851484

Please sign in to comment.