Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17783
b: refs/heads/master
c: 8240979
h: refs/heads/master
i:
  17781: 8677470
  17779: 2827783
  17775: a31cfe8
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jan 10, 2006
1 parent 6f71eb3 commit 6f59f39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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: 7ba6b5ece34fb799f63c72c35a30dac8aca735eb
refs/heads/master: 82409799853c3cabc4b17533ff640a95bef01358
13 changes: 0 additions & 13 deletions trunk/arch/h8300/mm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,3 @@ unsigned long kernel_map(unsigned long paddr, unsigned long size,
return paddr;
}

#ifdef MAGIC_ROM_PTR

int is_in_rom(unsigned long addr)
{
/* Anything not in operational RAM is returned as in rom! */
if (addr < _ramstart || addr >= _ramend)
return 1;
else
return 0;
}

#endif

0 comments on commit 6f59f39

Please sign in to comment.