Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231817
b: refs/heads/master
c: 63e83c8
h: refs/heads/master
i:
  231815: d316f0e
v: v3
  • Loading branch information
Greg Ungerer committed Jan 5, 2011
1 parent ccf96a6 commit 67b8b7c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 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: b00b766d0cca46133955ea8f19f6d259ad854797
refs/heads/master: 63e83c8a52031555b1e724f98a33f1838dee6345
1 change: 0 additions & 1 deletion trunk/arch/m68k/include/asm/io_no.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ static inline void io_insl(unsigned int addr, void *buf, int len)
#define IOMAP_WRITETHROUGH 3

extern void *__ioremap(unsigned long physaddr, unsigned long size, int cacheflag);
extern void __iounmap(void *addr, unsigned long size);

static inline void *ioremap(unsigned long physaddr, unsigned long size)
{
Expand Down
9 changes: 0 additions & 9 deletions trunk/arch/m68knommu/mm/kmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ void iounmap(void *addr)
{
}

/*
* __iounmap unmaps nearly everything, so be careful
* it doesn't free currently pointer/page tables anymore but it
* wans't used anyway and might be added later.
*/
void __iounmap(void *addr, unsigned long size)
{
}

/*
* Set new cache mode for some kernel address space.
* The caller must push data for that range itself, if such data may already
Expand Down

0 comments on commit 67b8b7c

Please sign in to comment.